This commit is contained in:
Eugene Pankov 2021-07-07 01:08:58 +02:00
parent c3b0741fc7
commit 255b39e66b
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -16,7 +16,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = 'django-insecure-jw3fshufj(1$iv+&9bie=r%27+^e2sz0!_gq38*5p5!csrm&#s'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = bool(os.getenv('DEBUG', False))
ALLOWED_HOSTS = ['*']