mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Add folder name
This commit is contained in:
parent
e7a90b51c8
commit
412b4b1dd3
@ -126,7 +126,7 @@ STATICFILES_FINDERS = (
|
|||||||
'compressor.finders.CompressorFinder',
|
'compressor.finders.CompressorFinder',
|
||||||
)
|
)
|
||||||
STATICFILES_DIRS = [
|
STATICFILES_DIRS = [
|
||||||
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')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user