QS 0.9.1 PORD
This commit is contained in:
parent
0184df5ddd
commit
f4caa852ca
Binary file not shown.
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue