Local settings
This commit is contained in:
@ -146,3 +146,5 @@ STATIC_URL = "static/"
|
||||
# https://docs.djangoproject.com/en/5.0/ref/settings/#default-auto-field
|
||||
|
||||
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||
|
||||
from project.settings_local import *
|
||||
|
||||
2
project/settings_local.template.py
Normal file
2
project/settings_local.template.py
Normal file
@ -0,0 +1,2 @@
|
||||
ALLOWED_HOSTS = ["*"]
|
||||
DEBUG = True
|
||||
Reference in New Issue
Block a user