Skip to content

Commit

Permalink
trying redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
johnchase committed Apr 20, 2020
1 parent dc14a1c commit db9b6fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/settings/production.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
"""Production settings."""
from .base import * # noqa: F403, F401

import requests

ALLOWED_HOSTS = ["api.johnhchase.com"]

DEBUG = False

SECURE_SSL_REDIRECT = True
SECURE_SSL_REDIRECT = False

EC2_PRIVATE_IP = None
try:
Expand Down

0 comments on commit db9b6fc

Please sign in to comment.