Skip to content
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 used to a supported version #57

Open
gregcorbett opened this issue Mar 7, 2018 · 0 comments
Open

Upgrade django version used to a supported version #57

gregcorbett opened this issue Mar 7, 2018 · 0 comments

Comments

@gregcorbett
Copy link
Member

Django is currently pinned at 1.6.3.

This was because that was the highest version that worked under Python 2.6. Django 1.6.3 is no longer supported or documented, so we should upgrade to at least a documented version but preferable a supported version.

We no longer need to worry about Python 2.6 support as the docker image is built upon CentOS 7 and as a result uses Python 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant