mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 01:13:22 -05:00
Remote STATIC_ROOT.
This commit is contained in:
parent
2848f31276
commit
de7a4b6d46
@ -123,10 +123,10 @@ STATICFILES_FINDERS = (
|
|||||||
'compressor.finders.CompressorFinder',
|
'compressor.finders.CompressorFinder',
|
||||||
)
|
)
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
('vendor', os.path.join(BASE_DIR, '../vendor')),
|
('vendor', os.path.join(BASE_DIR, 'vendor')),
|
||||||
os.path.join(BASE_DIR, '../assets')
|
os.path.join(BASE_DIR, 'assets')
|
||||||
]
|
]
|
||||||
STATIC_ROOT = 'static'
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
AUTH_USER_MODEL = 'registration.CustomUser'
|
AUTH_USER_MODEL = 'registration.CustomUser'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user