Set default auto field

This commit is contained in:
R. Miles McCain 2021-07-31 23:49:01 +00:00
parent c980567fee
commit f2879775ef
No known key found for this signature in database
GPG Key ID: B932432778A96560

View File

@ -298,6 +298,9 @@ else:
EMAIL_USE_SSL = os.environ.get("EMAIL_USE_SSL")
EMAIL_USE_TLS = os.environ.get("EMAIL_USE_TLS")
# Auto fields
DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'
# NPM
NPM_ROOT_PATH = "../"