Skip to content

Aiky30/djangocms-moderation

 
 

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

 
 
 

Contributors

Languages

  • Python 76.5%
  • JavaScript 17.6%
  • HTML 4.9%
  • CSS 1.0%