Elephant Blog integration module for Leonardo


License
Other
Install
pip install leonardo-module-blog==2016.1.0

Documentation

Leonardo Blog Module

FeinCMS ElephantBlog integration

Installation

pip install leonardo_module_blog

or as leonardo bundle

pip install django-leonardo["blog"]

Add leonardo_module_sentry to APPS list, in the local_settings.py:

APPS = [
    ...
    'blog'
    ...
]

Load new template to db

python manage.py sync_all