Add forgoten quotes

This commit is contained in:
MatthiasSaihttam 2021-06-24 23:55:12 -07:00
parent 56e6d66582
commit 58ace6ccaf
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = config("SECRET_KEY", default="qdm4_0b)3^)k$6r($!o^a7&0l#^6)@g2wr!x0r40ii@9otfnwo")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = config(DEBUG, default=True)
DEBUG = config("DEBUG", default=True)
ALLOWED_HOSTS = ["thoughts.learnerpages.com"]
if DEBUG: