From 210391240bcb439693d2924465d3fd04aeab3084 Mon Sep 17 00:00:00 2001 From: Ziray Hao <45774151+ziruihao@users.noreply.github.com> Date: Thu, 3 Dec 2020 22:54:50 -0500 Subject: [PATCH 1/2] Add ll-prod.herokuapp.com to ALLOWED_HOST (#44) --- layup_list/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ From e25141bada3da0aba82756c7729f1404b8348aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:42:57 +0000 Subject: [PATCH 2/2] Bump django from 1.11.29 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1edc876..6a000b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ chardet==3.0.4 configparser==4.0.2 decorator==4.0.10 dj-database-url==0.4.1 -Django==1.11.29 +Django==2.2.24 django-celery-beat==1.0.1 django-celery-results==1.0.1 django-compat==1.0.13