Remove unnecessary configuration directive

This commit is contained in:
2022-07-21 13:50:41 +01:00
parent c5e811878b
commit db87a138f2
3 changed files with 8 additions and 9 deletions

View File

@@ -20,10 +20,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "insecure-fake-key-do-not-use-in-production"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
# MOVED TO local_settings.py
ALLOWED_HOSTS = []
@@ -118,8 +115,6 @@ USE_TZ = True
STATIC_URL = "static/"
STATICFILES_DIRS = (os.path.join(BASE_DIR, "core/static/"),)
# Default primary key field type
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field