So close!

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