Merge pull request #31 from tpokorra/TP-202107-DefaultAutoField

Add DefaultAutoField to settings, for Django 3.2
This commit was merged in pull request #31.
This commit is contained in:
2021-07-22 06:42:09 +02:00
committed by GitHub
+1
View File
@@ -124,5 +124,6 @@ STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, "static")
LOGIN_REDIRECT_URL = '/home/'
LOGOUT_REDIRECT_URL = '/home/'
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
from .settings_local import *