Skip to content

Commit ad0e039

Browse files
committed
update django secret key because git guardian thought i was actually using that one but wasnt
1 parent 045e450 commit ad0e039

File tree

1 file changed

+1
-1
lines changed
  • materialize-css-django-material-admin/step1/djmaterial/djmaterial

1 file changed

+1
-1
lines changed

materialize-css-django-material-admin/step1/djmaterial/djmaterial/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# See https://docs.djangoproject.com/en/3.0/howto/deployment/checklist/
2121

2222
# 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'
23+
SECRET_KEY = 'this is a secret key i dont actually use, change it'
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
2626
DEBUG = True

0 commit comments

Comments
 (0)