rebase-initial
This commit is contained in:
@@ -19,7 +19,8 @@ load_env()
|
||||
SECRET_KEY = 'django-insecure-x=qe5@^3%@t1fk)pk@uyv&r!z^#9==^*-&aiqfau3@9x@+j%nm'
|
||||
|
||||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True if os.getenv('DEBUG') == 'True' else False
|
||||
DEBUG = False
|
||||
#True if os.getenv('DEBUG') == 'True' else False
|
||||
|
||||
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS').split(',')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user