diff --git a/babybuddy/settings/heroku.py b/babybuddy/settings/heroku.py index 60b7d198..bad2bd8e 100644 --- a/babybuddy/settings/heroku.py +++ b/babybuddy/settings/heroku.py @@ -5,7 +5,7 @@ import dj_database_url from .base import * # noqa: F401,F403 -DEBUG = False +DEBUG = os.environ.get('DEBUG', False) # SECURITY WARNING: keep the secret key used in production secret!