Set default auto field
This commit is contained in:
parent
c980567fee
commit
f2879775ef
@ -298,6 +298,9 @@ else:
|
|||||||
EMAIL_USE_SSL = os.environ.get("EMAIL_USE_SSL")
|
EMAIL_USE_SSL = os.environ.get("EMAIL_USE_SSL")
|
||||||
EMAIL_USE_TLS = os.environ.get("EMAIL_USE_TLS")
|
EMAIL_USE_TLS = os.environ.get("EMAIL_USE_TLS")
|
||||||
|
|
||||||
|
# Auto fields
|
||||||
|
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
|
||||||
|
|
||||||
# NPM
|
# NPM
|
||||||
|
|
||||||
NPM_ROOT_PATH = "../"
|
NPM_ROOT_PATH = "../"
|
||||||
|
Loading…
Reference in New Issue
Block a user