FeinCMS ElephantBlog integration
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
If you have the leonardo-sitestarter
just run:
python manage.py load_demo_data
or:
python manage.py load_demo_data --names leonardo_module_blog