diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 8777e5f..efb2348 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ diff --git a/digitaleagentur/settings.py b/digitaleagentur/settings.py index 3efaae2..88ed8cb 100644 --- a/digitaleagentur/settings.py +++ b/digitaleagentur/settings.py @@ -170,11 +170,11 @@ LOGIN_URL = 'login' STATIC_URL = '/static/' SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..' -#STATIC_ROOT = (os.path.join(SITE_ROOT, 'users/static/')) +STATIC_ROOT = (os.path.join(SITE_ROOT, 'users/static/')) -STATICFILES_DIRS = ( - os.path.join(SITE_ROOT, 'users/static/'), -) +#STATICFILES_DIRS = ( +# os.path.join(SITE_ROOT, 'users/static/'), +#) # CRISPY CRISPY_TEMPLATE_PACK = 'bootstrap4'