Skip to content

smileservices/django-edit-suggestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cf770b · Jul 4, 2021

History

42 Commits
Nov 10, 2020
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Jul 4, 2021
Nov 30, 2020
Nov 9, 2020
Nov 10, 2020
Nov 9, 2020
Nov 21, 2020
Nov 9, 2020
Jul 4, 2021

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages