rebase-initial

This commit is contained in:
2024-11-20 11:11:31 +07:00
parent 45e3c1f698
commit 1ead9da097
4 changed files with 5 additions and 52 deletions

View File

@@ -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(',')