Upgrade Django major (#144)

* Bump dependency versions

* Configure default auto field implementation

* fix admin to use token proxy model

* update django docs link
This commit is contained in:
Sascha Ißbrücker
2021-08-17 05:48:45 +02:00
committed by GitHub
parent 69105d3d3c
commit cc04a17e2f
6 changed files with 36 additions and 30 deletions

View File

@@ -73,6 +73,8 @@ TEMPLATES = [
},
]
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
WSGI_APPLICATION = 'siteroot.wsgi.application'
# Database