We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438f5ee commit 9d74c40Copy full SHA for 9d74c40
webapp/webapp/settings.py
@@ -24,7 +24,7 @@
24
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/
25
26
# SECURITY WARNING: keep the secret key used in production secret!
27
-SECRET_KEY = '*gr)q-00-#%!j7r*uh=3pdwf!yb!&om-m%)tw0z^d^(oq)z^3g'
+SECRET_KEY = 'Secret-key'
28
29
# SECURITY WARNING: don't run with debug turned on in production!
30
DEBUG = True
@@ -151,4 +151,4 @@
151
152
# DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
153
154
-CRISPY_TEMPLATE_PACK = 'bootstrap4'
+CRISPY_TEMPLATE_PACK = 'bootstrap4'
0 commit comments