Skip to content

NarenderRajuB/djangocms-moderation-fil

 
 

Repository files navigation

django CMS Moderation

Installation

Requirements

django CMS Moderation requires that you have a django CMS 4.0 (or higher) project already running and set up.

To install

Run:

pip install git+git://github.com/divio/djangocms-moderation@develop#egg=djangocms-moderation

Add the following to your project's INSTALLED_APPS:

  • 'djangocms_moderation'
  • 'adminsortable2'

Run:

python manage.py migrate djangocms_moderation

to perform the application's database migrations.

Documentation

We maintain documentation under docs folder using rst format. HTML documentation can be generated using the following commands

Run:

cd docs/
make html

This should generate all html files from rst documents under the docs/_build folder, which can be browsed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.3%
  • JavaScript 18.3%
  • HTML 5.1%
  • CSS 1.1%
  • Dockerfile 0.2%