From bb622e02400c5a23d746eeb978015c0b5326af26 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 22 Nov 2022 07:08:15 -0500 Subject: some changes for repo section --- thatcomputerscientist/settings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'] -- cgit v1.2.3