Skip to main content

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 (here)[https://django-edit-suggestion.readthedocs.io/en/latest/]

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-edit-suggestion-1.2.tar.gz (7.4 kB view details)

Uploaded Source

File details

Details for the file django-edit-suggestion-1.2.tar.gz.

File metadata

  • Download URL: django-edit-suggestion-1.2.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.2

File hashes

Hashes for django-edit-suggestion-1.2.tar.gz
Algorithm Hash digest
SHA256 8915eb30ae05b0614bda773f9f859f50615456e103fb823602ef4aedfd4a68b7
MD5 6aa34efed3c0136021fb7ce602c2f4fd
BLAKE2b-256 9c7742bab10ac74f7eebef9a0f9eb5b09e97787a2f98270916e34e19ad002fcc

See more details on using hashes here.

Provenance

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