Starter business theme for Mezzanine CMS. Demo: http://demo.skyfalk.ru
Features:
- editable homepage
- sitewide content
Requirements:
- mezzanine >= 3.1
Add "business_theme" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( 'business_theme', ... )
Create database tables:
python manage.py syncdb
Add "SitewideContent" to your ADMIN_MENU_ORDER setting like this:
ADMIN_MENU_ORDER = ( ("Content", ("pages.Page", "blog.BlogPost", "generic.ThreadedComment", "business_theme.SitewideContent", ("Media Library", "fb_browse"),)),
Activate the editable home URLconf in your project urls.py:
url("^$", "mezzanine.pages.views.page", {"slug": "/"}, name="home"),
Visit /admin/ to add the HomePage content with slug "/".
Visit the admin menu Content -> Sitewide Content to edit sitewide blocks.
- slider
- portfolio