requirements: Added django-bootstrap3

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-05-22 00:02:05 -06:00
commit 0a9955986e
2 changed files with 5 additions and 2 deletions

View file

@ -78,8 +78,8 @@ INSTALLED_APPS = (
'meta',
'meta_mixin',
'admin_enhancer',
'djangocms_blog'
'djangocms_blog',
'bootstrap3',
)
MIDDLEWARE_CLASSES = (