Skip to content

zbyte64/django-dockitcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Introduction

CMS written using django-dockit.

Demo Site: http://dockitcmsdemo.herokuapp.com/ Demo Site Code: https://github.com/zbyte64/dockitcmsdemo

Features

  • Document based CMS
  • Create collections, indexes, and views in an admin or API
  • Integrates with hyperadmin
  • Configurable plugins (mixins)

Installation

Requirements

Settings

Put 'dockitcms' and 'dockitcms.widgetblock' into your INSTALLED_APPS section of your settings file.

Add the following middleware: 'dockitcms.middleware.DefaultScopeMiddleware'

Set the following in your settings file:

SCOPE_PROCESSORS = [
    'dockitcms.widgetblock.scope_processors.widgets',
    'dockitcms.widgetblock.scope_processors.modelwidgets',
]

Add the following to your urls.py after eveything else:

urlpatterns += patterns('',
    url(r'^', include('dockitcms.urls')),
)

About

CMS written using django-dockit

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages