Friday, August 28, 2015

Moderator and publishing workflow implementation in Django

For the new web application I decided to learn Django and dig deeper into this framework.

I am working on a web application which has "News Apps" which accepts Title(CharField), Description(TextField) and Date (DateField). Once the draft is created by the news editor, it requires moderator (in-charge of website) approval to get published on website. Once moderator approves, the page will be published on the website.

After googling I didn't find the exact solution. Django been such a popular and mature framework might have an inbuilt solution like auth app.

The solution is really appreciated and thanks in advance. 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c488a2a3-e0d4-449c-92fd-0990c584e4da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment