QS 0.9.1 PORD

This commit is contained in:
Holger Trampe 2020-05-31 14:50:53 +02:00
parent 7eb71b084f
commit 3ae9ec77b4
2 changed files with 4 additions and 4 deletions

View File

@ -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'