Skip to main content

CMS written using django-dockit

Project description

============

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
------------

* Python 2.6 or later
* Django 1.3 or later
* django-datatap: https://github.com/zbyte64/django-datatap
* django-dockit: https://github.com/webcube/django-dockit
* django-hyperadmin: https://github.com/webcube/django-hyperadmin
* django-hyperadmin-dockitresource: https://github.com/webcube/django-hyperadmin-dockitresource
* django-hyperadmin-client: https://github.com/webcube/django-hyperadmin-client


--------
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')),
)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-dockitcms-0.0.11.tar.gz (44.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page