-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Django version to 2.2.7 #58
Comments
I am working on this! |
OK, thank you. I was about to start working on it. |
Can we get an update of this item? |
Hey, I was waiting for your PR to merged in as you noted above. I can go ahead and make a PR for the repository as it stands (without your PR pulled in) if you prefer that. |
Let's wait till the PR gets merged. It's simpler all around. |
Sounds good! |
I've decided to leave podium alone and create a different django app. I'm going to reuse most of the code I wrote (aside for updating it to the newer django version). |
@pabloriveracelerity Sounds good! All I've done is change the requirements.txt file so the dependencies work with Django 2.2.7 and the runserver builds. I didn't change any of the url paths or anything else like that. Please see below:
Should I open a PR with these changes for Podium (excluding your PR)? |
The current Django version == 1.11.3 which is incompatible with python 3.7 . Upgrade the Django version in the requirements.txt file to 2.2.7 and verify all tests are passing and the app builds properly.
The text was updated successfully, but these errors were encountered: