This commit is contained in:
holger.trampe 2019-12-08 21:24:55 +01:00
parent 2488ce0d44
commit c331f8e88a
2 changed files with 1 additions and 3 deletions

View File

@ -176,9 +176,7 @@ LOGIN_REDIRECT_URL = 'users-dashboard'
STATIC_URL = 'users/static/'
SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..'
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'