Add folder name

This commit is contained in:
Drew Larson
2017-01-17 19:17:31 -06:00
parent e7a90b51c8
commit 412b4b1dd3
+1 -1
View File
@@ -126,7 +126,7 @@ STATICFILES_FINDERS = (
'compressor.finders.CompressorFinder',
)
STATICFILES_DIRS = [
os.path.join(BASE_DIR, '../vendor'),
('vendor', os.path.join(BASE_DIR, '../vendor')),
os.path.join(BASE_DIR, '../assets')
]