Skip to content

dresl/leonardo-module-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

ElephantBlog module for Leonardo

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.5%
  • HTML 43.5%