Skip to content
This repository has been archived by the owner on Mar 21, 2018. It is now read-only.

Commit

Permalink
one more settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkohl committed Jun 21, 2017
1 parent 7e71a74 commit 6d97b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictionary/dictionary/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
}
SECRET_KEY = env['SECRET_KEY']
ALLOWED_HOSTS = [env['HOST'], ]
DEBUG = False if env['DEBUG'] == "False" else True

BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False if env['DEBUG'] == "False" else True

# Application definition

Expand Down

0 comments on commit 6d97b80

Please sign in to comment.