mirror of
https://github.com/lemeow125/Django-NotesApp.git
synced 2024-11-16 22:19:24 +08:00
Revert master branch to debug mode true. Production will handle debug false
This commit is contained in:
parent
6ebfd367ab
commit
e562f9ab76
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
|
|||
# SECURITY WARNING: keep the secret key used in production secret!
|
||||
SECRET_KEY = os.environ.get('SECRET_KEY')
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = ['lemeow125.github.io', 'keannu126.pythonanywhere.com']
|
||||
|
||||
|
|
Loading…
Reference in a new issue