On Sunday 16 August 2009 03:44:07 am Mirat Bayrak wrote:
> Hi, i am working on a website, to explain it basically i can say that it's
> works like twitter but every entry should have confirmed by admins. at that
> point i am little confused, should i write that confirmation screens on
> admin page or should i write a complatelyn new page? becouse i dont know
> anything about adding views to admin page, its looks more easy to write it
> as a normal page...
>

you can add an boolean field in the entries model for approval and then in the 
admin panel, display the fields you want to approve in the admin list and add 
an action to batch approve disaprove enteries.  This would be the easiest IMO

Model Admin Options:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-options  
(see list_display option)

Admin Actions:
http://docs.djangoproject.com/en/dev/ref/contrib/admin/actions/#ref-contrib-admin-actions

Mike
-- 
        The Martian landed his saucer in Manhattan, and immediately upon 
emerging was approached by a panhandler.  "Mister," said the man, "can I 
have a quarter?"
        The Martian asked, "What's a quarter?"
        The panhandler thought a minute, brightened, then said, "You're 
right!  Can I have a dollar?"

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to