Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-clubhouse

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

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.

  • 0.2.22
  • PyPI
  • Socket score

Maintainers
1

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

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc