Skip to content
Snippets Groups Projects
Commit 2e81d92b authored by florimondmanca's avatar florimondmanca
Browse files

link DEBUG to env in production

parent f392270d
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import django_heroku ...@@ -5,7 +5,7 @@ import django_heroku
from .dev import * from .dev import *
DEBUG = False DEBUG = os.environ.get('DEBUG', False)
ALLOWED_HOSTS = ['florimondmanca.pythonanywhere.com', 'localhost', ALLOWED_HOSTS = ['florimondmanca.pythonanywhere.com', 'localhost',
'*.herokuapp.com'] '*.herokuapp.com']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment