Added support for Django 3.2 and Python 3.9

This commit is contained in:
Stephen Lutes
2021-07-09 10:50:29 -07:00
committed by Thomas Leichtfuß
parent 11def11564
commit 21984861c9
4 changed files with 7 additions and 3 deletions
+2
View File
@@ -126,3 +126,5 @@ USE_TZ = True
# https://docs.djangoproject.com/en/2.2/howto/static-files/
STATIC_URL = '/static/'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'