Skip to main content

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())
```

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-clubhouse-0.2.22.tar.gz (341.4 kB view details)

Uploaded Source

File details

Details for the file django-clubhouse-0.2.22.tar.gz.

File metadata

File hashes

Hashes for django-clubhouse-0.2.22.tar.gz
Algorithm Hash digest
SHA256 23d7fbee48deda670c50aa71f2a87f50166129922ecd46a7d100fb850977cba0
MD5 ab5f52a1ca46a73e5bb89f58a04b7f2e
BLAKE2b-256 2fba464586cffb7330f6c71dae9f12d83216d75ebf350c623919b9fdcc93017d

See more details on using hashes here.

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