Skip to content

Upgraded to Python 3.7 and Django 2.2.4

Latest
Compare
Choose a tag to compare
@CodingVelocista CodingVelocista released this 21 Aug 22:11
· 119 commits to master since this release
5d03492

Updated all python syntax in code to be compatible with Python 3.7.

Revised all Django related code and references to use the latest stable version of Django 2.2.4.

Also consolidated the application to use one settings.py in the arms folder and apply the use of environment variables or a .env file to set environment specific values.