Added bootstrap/static to the STATIFILES_DIRS setting.

- Legacy-Id: 9897
This commit is contained in:
Henrik Levkowetz 2015-07-27 18:26:48 +00:00
parent a4da512d1f
commit a36e40288d

View file

@ -227,6 +227,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
# Additional locations of static files
STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static'),
os.path.join(BASE_DIR, '../bootstrap/static'),
)
INSTALLED_APPS = (