Skip to main content

A simple django app to publish models with a workflow and permissions

Project description

Publishing is a simple publishing tool for django to make changes on your models based on a workflow.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “publishing” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'publishing',
    ]
  2. Add the model mixin PublishModelMixin to your model class.

  3. Add the admin mixin PublishAdminMixin to your admin class.

  4. Run python manage.py migrate to add publishing related fields to models.

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-publishing-0.0.4.tar.gz (13.5 kB view hashes)

Uploaded Source

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