QS 0.9.1 PORD
This commit is contained in:
parent
a0fbf1974c
commit
ef44c3d4de
Binary file not shown.
|
|
@ -171,9 +171,7 @@ LOGIN_URL = 'login'
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..'
|
SITE_ROOT = os.path.dirname(os.path.realpath(__file__)) + '/..'
|
||||||
|
|
||||||
STATICFILES_DIRS = (
|
#STATICFILES_DIRS = (os.path.join(SITE_ROOT, 'users/static/'),)
|
||||||
os.path.join(SITE_ROOT, 'users/static/'),
|
|
||||||
)
|
|
||||||
|
|
||||||
STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic/'))
|
STATIC_ROOT = (os.path.join(SITE_ROOT, 'collectedstatic/'))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue