From fdd72d0069be4d1663108f340c2f369cef438536 Mon Sep 17 00:00:00 2001 From: yaemiku Date: Tue, 26 Dec 2023 04:54:05 +0100 Subject: [PATCH] Sync --- pdlzbs/settings.py | 2 +- requirements.txt | 2 +- templates/admin/base.html | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pdlzbs/settings.py b/pdlzbs/settings.py index d351e7a..f368496 100644 --- a/pdlzbs/settings.py +++ b/pdlzbs/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-di(3!svrv%ot-07@%quxc9^@##0@w+#zccozl4_3e@nnsx5f(g DEBUG = os.getenv('DEBUG', False) == 'True' ALLOWED_HOSTS = ['*'] -CSRF_TRUSTED_ORIGINS = ['https://podlaskizbs.pl', 'http://127.0.0.1'] +CSRF_TRUSTED_ORIGINS = ['https://podlzbs.pl', 'https://www.podlzbs.pl', 'http://127.0.0.1'] INTERNAL_IPS = [ "127.0.0.1", diff --git a/requirements.txt b/requirements.txt index 3993b0e..46bc6bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ django-filebrowser-no-grappelli django-htmlmin django-cleanup django-js-asset -pillow \ No newline at end of file +Pillow==9.5.0 \ No newline at end of file diff --git a/templates/admin/base.html b/templates/admin/base.html index adab61c..703ec4a 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -4,6 +4,10 @@ {% block extrastyle %} {{ block.super }}