From f4caa852cacb4e350ee0d4a1c53f4a0ee3945171 Mon Sep 17 00:00:00 2001 From: Holger Trampe Date: Sun, 31 May 2020 15:52:55 +0200 Subject: [PATCH] QS 0.9.1 PORD --- .../__pycache__/settings.cpython-38.pyc | Bin 4111 -> 4110 bytes digitaleagentur/settings.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index d3d5b8b7e2071704112ae4af8e7deec3013364eb..33f2675795a4ee0a4936a5cfbac052d4b79679ad 100644 GIT binary patch delta 45 zcmeBI=u_Yg<>lpK0D{fiF2_}GlpK00OUVm*Z+S@-E^QsuD=f&&f$mE=f%(E=erOOxE9gfZLA+067T` A&Hw-a diff --git a/digitaleagentur/settings.py b/digitaleagentur/settings.py index 495835c..7c0c051 100644 --- a/digitaleagentur/settings.py +++ b/digitaleagentur/settings.py @@ -173,7 +173,7 @@ SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..' STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),) -STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic/')) +STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic')) # CRISPY CRISPY_TEMPLATE_PACK = 'bootstrap4'