Skip to main content

Django application provides simple publish/unpublish model and admin.

Project description

django-simple-publish-model

Django application provides simple publish/unpublish model and admin.

Install

pip install django-simple-publish-model

Usage

pro/settings.py

INSTALLED_APPS = [
    ...
    'django_fastadmin',
    'django_simple_publish_model',
    ...
]

app/models.py


Releases

v0.1.0 2020/10/27

  • First release.
  • Take from django_fastadmin.

v0.1.2 2021/04/08

  • Add actions.

v0.1.3 2023/09/14

  • Doc update.

v0.1.4 2023/09/22

  • Fix ugettext problem.

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-simple-publish-model-0.1.4.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

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