We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045e450 commit ad0e039Copy full SHA for ad0e039
materialize-css-django-material-admin/step1/djmaterial/djmaterial/settings.py
@@ -20,7 +20,7 @@
20
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
21
22
# SECURITY WARNING: keep the secret key used in production secret!
23
-SECRET_KEY = '78yuqwt_zvq=z9*z4o8+hjn53ok@yr)w_2azw%k$+&_r)ul%70'
+SECRET_KEY = 'this is a secret key i dont actually use, change it'
24
25
# SECURITY WARNING: don't run with debug turned on in production!
26
DEBUG = True
0 commit comments