apel / rest

Experimental REST API for APEL
Apache License 2.0
1 stars 7 forks source link

Upgrade django version used to a supported version #57

Open gregcorbett opened 6 years ago

gregcorbett commented 6 years ago

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