Revert master branch to debug mode true. Production will handle debug false

This commit is contained in:
keannu125 2023-03-19 21:03:09 +08:00
parent 6ebfd367ab
commit e562f9ab76

View file

@ -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']