aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-22 07:08:15 -0500
committerBobby <[email protected]>2022-11-22 07:08:15 -0500
commitbb622e02400c5a23d746eeb978015c0b5326af26 (patch)
tree198bd0da6fd0d54f5ae25e20c1c740141556cb2c
parent78459b8007e4776f57cca72ff2040921d61661cd (diff)
downloadthatcomputerscientist-bb622e02400c5a23d746eeb978015c0b5326af26.tar.xz
thatcomputerscientist-bb622e02400c5a23d746eeb978015c0b5326af26.zip
some changes for repo section
-rw-r--r--thatcomputerscientist/settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/thatcomputerscientist/settings.py b/thatcomputerscientist/settings.py
index 9bc8af69..18133926 100644
--- a/thatcomputerscientist/settings.py
+++ b/thatcomputerscientist/settings.py
@@ -28,7 +28,8 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = os.getenv('AUTHORIZATION_STRING')
# SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = True if os.getenv('ENVIRONMENT') == 'development' else False
+DEBUG = True
+# if os.getenv('ENVIRONMENT') == 'development' else False
ALLOWED_HOSTS = ["*"]
CSRF_TRUSTED_ORIGINS = ['http://*.67.20.192.102', 'https://*.thatcomputerscientist.com', 'http://*.thatcomputerscientist.com']