From c46c33ce1f2bc3212629bfe488d2fe3e14b2eaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Rod?= Date: Mon, 13 Apr 2020 22:20:12 +0200 Subject: [PATCH] [django] zavedeni CSP #82 + rozdeleni settings na local, base a production --- .idea/runConfigurations/API_testy_komplet.xml | 1 + .../runConfigurations/PRODUCTION_komplet.xml | 2 +- .../UI_testy_FAST_HEADLESS.xml | 1 + .../UI_testy_komplet_BROWSER.xml | 1 + .../UI_testy_komplet_HEADLESS.xml | 1 + .idea/runConfigurations/django_DEV.xml | 2 +- Pipfile | 3 +- Pipfile.lock | 74 ++++++++++--------- frontend/src/index.tsx | 5 ++ manage.py | 2 +- mypy.ini | 2 +- scripts/shell/release_tasks.sh | 2 +- tests/ui_environment.py | 4 +- up/{settings.py => settings/base.py} | 31 +++++++- up/settings/local.py | 15 ++++ .../production.py} | 4 +- up/wsgi.py | 2 +- 17 files changed, 105 insertions(+), 47 deletions(-) rename up/{settings.py => settings/base.py} (84%) create mode 100644 up/settings/local.py rename up/{production_settings.py => settings/production.py} (92%) diff --git a/.idea/runConfigurations/API_testy_komplet.xml b/.idea/runConfigurations/API_testy_komplet.xml index 0f055c3f..9443b2cf 100644 --- a/.idea/runConfigurations/API_testy_komplet.xml +++ b/.idea/runConfigurations/API_testy_komplet.xml @@ -5,6 +5,7 @@