Fix django env

This commit is contained in:
Gabriel Augendre 2019-03-02 17:09:31 +01:00
parent a7b98c1895
commit 92813f51a0

View file

@ -25,7 +25,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = '(b_w%!e9u!3q=d-u!$g6ntpzh-=4mo$gs#96as+^179vp6stui'
# SECURITY WARNING: don't run with debug turned on in production!
DJANGO_ENV = os.getenv('DJANGO_ENV', 'prod') == 'dev'
DJANGO_ENV = os.getenv('DJANGO_ENV', 'prod')
DEBUG = os.getenv('DJANGO_DEBUG', 'false').lower() == 'true'
ALLOWED_HOSTS = [