A django package for creating multiple users editable models
Project description
Django Edit Suggestion
A django package for enabling django resources to be edited by users other than admin or resource author. The resource (an instance of a django model saved to database) will have a list of "edit suggestions" created by other users. The "edit suggestions" can be published, which will update the resource, or can be rejected. Users that pass a condition can publish or reject edit suggestions.
Documentation is available at read the docs link.
Install
Install from PyPI
with pip
:
$ pip install django-edit-suggestion
Settings
Add django_edit_suggestion
to your INSTALLED_APPS
INSTALLED_APPS = [
# ...
'django_edit_suggestion',
]
Requires to have Users
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-edit-suggestion-1.37.tar.gz
.
File metadata
- Download URL: django-edit-suggestion-1.37.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddde01229c08853aaa9db7a09ac55f108597659cd40dff84040611e60d2a2747 |
|
MD5 | be0e1886d4ff074dbc8d91e6bce35fc6 |
|
BLAKE2b-256 | 17ed072d4c2ee47ca031ffff5cd561f091e64ae1aa80f58a23db221f06319eb9 |