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 832ac0089b47008b8c3028c83a502dd12b3c8c23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Apr 2021 20:08:46 +0000 Subject: [PATCH 2/2] Bump django-debug-toolbar from 1.6 to 1.11.1 Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 1.6 to 1.11.1. - [Release notes](https://github.com/jazzband/django-debug-toolbar/releases) - [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/1.11.1/docs/changes.rst) - [Commits](https://github.com/jazzband/django-debug-toolbar/compare/1.6...1.11.1) 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..d9b9ae8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-celery-beat==1.0.1 django-celery-results==1.0.1 django-compat==1.0.13 django-crispy-forms==1.6.1 -django-debug-toolbar==1.6 +django-debug-toolbar==1.11.1 django-hijack==2.1.2 django-hijack-admin==2.1.2 django-pipeline==1.6.9