Skip to content

Commit

Permalink
Update Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvance committed Jan 25, 2018
1 parent 46633e0 commit 82912a0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions hc/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
# db_from_env = dj_database_url.config()
# DATABASES['default'].update(db_from_env)

DATABASES['default'] = dj_database_url.config()
# DATABASES['default'] = dj_database_url.config()


LANGUAGE_CODE = 'en-us'
Expand Down Expand Up @@ -169,6 +169,4 @@
if os.path.exists(os.path.join(BASE_DIR, "hc/local_settings.py")):
from .local_settings import *
else:
warnings.warn("local_settings.py not found, using defaults")

SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
warnings.warn("local_settings.py not found, using defaults")

0 comments on commit 82912a0

Please sign in to comment.