Skip to content
Snippets Groups Projects
Commit 3ed7b7da authored by Chris Li's avatar Chris Li
Browse files

Turn off DEBUG mode.

parent 2b53c3de
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
*.pyc
__pycache__
db.sqlite3
static
media
core/migrations/*.py
......
......@@ -21,10 +21,10 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-k=s$6kg@y%e-jputym^zjrb-#+beyun#o%_pc+!o44lhxhbj)f'
SECRET_KEY = '3!ihw*e7i)wt$(5293scl+nj^!4i7@#u*38fnhmwk_26ks!u$d'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = ['*']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment