Skip to content

Commit 9d74c40

Browse files
authored
Update settings.py
1 parent 438f5ee commit 9d74c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webapp/webapp/settings.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# See https://docs.djangoproject.com/en/3.1/howto/deployment/checklist/
2525

2626
# 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'
27+
SECRET_KEY = 'Secret-key'
2828

2929
# SECURITY WARNING: don't run with debug turned on in production!
3030
DEBUG = True
@@ -151,4 +151,4 @@
151151

152152
# DEFAULT_FILE_STORAGE = 'storages.backends.s3boto3.S3Boto3Storage'
153153

154-
CRISPY_TEMPLATE_PACK = 'bootstrap4'
154+
CRISPY_TEMPLATE_PACK = 'bootstrap4'

0 commit comments

Comments
 (0)