A
A
apollo-space2015-04-21 13:39:41
Django
apollo-space, 2015-04-21 13:39:41

How to make object change moderation? What kind of batteries does django take?

Set a typical (at first glance) task.
It is necessary to moderate the changes that are made to the object.
I can't find a battery that fits.
Let me describe the situation for better understanding.
Let's take the example of a library.
1. First, a Book is created with the name "Lightweight Django" and the author "Julia Elman" (original version 1).
2. Site visitors can view the list of books. View a Book titled "Lightweight Django" and authored by "Julia Elman" (original version 1).
3. User changes book author to "Mark Lavin" (version 2) and this change needs admin moderation.
4. Prior to admin moderation, site visitors view the Book titled "Lightweight Django" and authored by "Julia Elman" (original version 1) with no changes applied.
5. The administrator accepts the changes for the author of the Book and site visitors view the Book with the title "Lightweight Django" and the modified author "Mark Lavin" (version 2).
6. If the administrator rejects the changes, he should be able to write a comment to the user with the reason for the rejection.
Is there a django battery with this capability?
In which projects can you see an example?
Or how to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
marazmiki, 2015-04-21
@apollo-space

Maybe django-publish will help?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question