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')),
)
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file django-dockitcms-0.0.11.tar.gz
.
File metadata
- Download URL: django-dockitcms-0.0.11.tar.gz
- Upload date:
- Size: 44.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e85ba3624ba2f736e669083f5d603f4149a449ece2dc8a20e684c3a7fec117d |
|
MD5 | d8a7fde70b5fd3557b5b6c905fe55603 |
|
BLAKE2b-256 | fc696dbd1dcde1fdbbb1eca3e927d3d626f9050a4bac197050e2512aaef2e800 |