Set DEFAULT_AUTO_FIELD to get rid of startup warnings
This commit is contained in:
parent
4303e78933
commit
cb23f348f9
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ TEMPLATES = [
|
|||
|
||||
WSGI_APPLICATION = 'expephalon.wsgi.application'
|
||||
|
||||
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/3.0/ref/settings/#databases
|
||||
|
|
Loading…
Reference in a new issue