Socket
Socket
Sign inDemoInstall

django-clubhouse

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-clubhouse

An open source content management system build on the Django Framework, extending Mezzanine.


Maintainers
1

Readme

Django-Clubhouse

An Open Source content management system build to compliment the Mezzanine CMS, 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:
try:
    from clubhouse.utils.conf import set_dynamic_settings
except ImportError:
    pass
else:
    set_dynamic_settings(globals())

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc