Added bootstrap/static to the STATIFILES_DIRS setting.
- Legacy-Id: 9897
This commit is contained in:
parent
a4da512d1f
commit
a36e40288d
|
@ -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 = (
|
||||
|
|
Loading…
Reference in a new issue