An open source content management system build on the Django Framework, extending Mezzanine.
Project description
# Django-Clubhouse
An Open Source content management system build to compliment the [Mezzanine CMS](https://github.com/stephenmcd/mezzanine), by adding the concept of Modular Pages and block admin for multi-model change lists.
## Installation
+ Install django-clubhouse with `pip install django-clubhouse`
+ Add `mezzanine.conf`, `mezzanine.core`, `mezzanine.generic`, `mezzanine.pages`, `mezzanine.twitter` to `INSTALLED_APPS` in your Django settings module
+ Add `clubhouse.core`, `clubhouse.contrib`, `clubhouse.forms` to `INSTALLED_APPS` in your Django Settings module
+ Add the following snippet to the end of the Django settings module:
```python
try:
from clubhouse.utils.conf import set_dynamic_settings
except ImportError:
pass
else:
set_dynamic_settings(globals())
```
An Open Source content management system build to compliment the [Mezzanine CMS](https://github.com/stephenmcd/mezzanine), by adding the concept of Modular Pages and block admin for multi-model change lists.
## Installation
+ Install django-clubhouse with `pip install django-clubhouse`
+ Add `mezzanine.conf`, `mezzanine.core`, `mezzanine.generic`, `mezzanine.pages`, `mezzanine.twitter` to `INSTALLED_APPS` in your Django settings module
+ Add `clubhouse.core`, `clubhouse.contrib`, `clubhouse.forms` to `INSTALLED_APPS` in your Django Settings module
+ Add the following snippet to the end of the Django settings module:
```python
try:
from clubhouse.utils.conf import set_dynamic_settings
except ImportError:
pass
else:
set_dynamic_settings(globals())
```
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-clubhouse-0.2.22.tar.gz
(341.4 kB
view details)
File details
Details for the file django-clubhouse-0.2.22.tar.gz.
File metadata
- Download URL: django-clubhouse-0.2.22.tar.gz
- Upload date:
- Size: 341.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23d7fbee48deda670c50aa71f2a87f50166129922ecd46a7d100fb850977cba0
|
|
| MD5 |
ab5f52a1ca46a73e5bb89f58a04b7f2e
|
|
| BLAKE2b-256 |
2fba464586cffb7330f6c71dae9f12d83216d75ebf350c623919b9fdcc93017d
|