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:
@@ -124,5 +124,6 @@ STATIC_URL = '/static/'
|
|||||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
STATIC_ROOT = os.path.join(BASE_DIR, "static")
|
||||||
LOGIN_REDIRECT_URL = '/home/'
|
LOGIN_REDIRECT_URL = '/home/'
|
||||||
LOGOUT_REDIRECT_URL = '/home/'
|
LOGOUT_REDIRECT_URL = '/home/'
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
|
||||||
|
|
||||||
from .settings_local import *
|
from .settings_local import *
|
||||||
|
|||||||
Reference in New Issue
Block a user