QS 0.9.1 PORD

This commit is contained in:
Holger Trampe 2020-05-31 15:51:17 +02:00
parent ef44c3d4de
commit 0184df5ddd
2 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ LOGIN_URL = 'login'
STATIC_URL = '/static/'
SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..'
#STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),)
STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),)
STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic/'))