diff --git a/layup_list/settings.py b/layup_list/settings.py index d713712..2bf7264 100644 --- a/layup_list/settings.py +++ b/layup_list/settings.py @@ -6,7 +6,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__)) SECRET_KEY = os.environ['SECRET_KEY'] DEBUG = os.environ['DEBUG'] == "True" -ALLOWED_HOSTS = ['.layuplist.com'] if not DEBUG else ['0.0.0.0', 'localhost'] +ALLOWED_HOSTS = ['ll-prod.herokuapp.com', '.layuplist.com'] if not DEBUG else ['0.0.0.0', 'localhost'] AUTO_IMPORT_CRAWLED_DATA = os.environ.get('AUTO_IMPORT_CRAWLED_DATA') == "True" INSTALLED_APPS = [ diff --git a/requirements.txt b/requirements.txt index 1edc876..f89d4c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ python-dateutil==2.6.0 pytz==2016.10 redis==2.10.5 requests==2.24.0 -rsa==4.5 +rsa==4.7.1 scikit-learn==0.18.1 scipy==0.18.1 simplegeneric==0.8.1