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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-simple-publish-model-0.1.4.tar.gz.
File metadata
- Download URL: django-simple-publish-model-0.1.4.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f0314c3701c162230ef908612d5cf2f71eb30bc7a1721cb87f367faec41186e
|
|
| MD5 |
d4e5b93f538712cf9612127e4cd007cc
|
|
| BLAKE2b-256 |
d60e6b199ae43610e04776fd549a6e0a604464670424c94bfc480f98bce05f58
|
File details
Details for the file django_simple_publish_model-0.1.4-py3-none-any.whl.
File metadata
- Download URL: django_simple_publish_model-0.1.4-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63d2ee13f73fc1049cab159f66569c4d644c2f7687ad265b35b640a4b35d73de
|
|
| MD5 |
fb3a00e1e65055551fe45069f2061ea4
|
|
| BLAKE2b-256 |
dc4650e3eeb555725e5cb7ea84c461583b0759659238e3acb89ca65ea29f0831
|