On 19 июн, 17:42, Bradley Wright <[EMAIL PROTECTED]> wrote:
> Hi,
>
> On Jun 19, 4:31 am, Vasiliy Gladkov <[EMAIL PROTECTED]> wrote:
>
> > As i want to allow site editor to edit pages in convenient way without
> > built-in django admin, i use request.GET parameters like "http://
> > localhost:8000/somepage?action=edit"
>
> Like inline editing (Flickr-style), right?
Yes, that's exactly what im doing.
> > A lot of people from russian django group (http://groups.google.com/
> > group/django-russian/browse_thread/thread/678e725e12ccca46 - russian
> > language) told me that it's very bad decision as im losing some
> > important django advantages.
>
> I would guess the advantages are the robust and secure admin interface
> that comes packaged in django.contrib.admin, but as long as you're
> decorating your edit/delete/whatever views with logjn security I don't
> really see the problem either.
All of this actions permited for editors - company staff - only. For
persons who passed login procedure and who has turned on "is_staff"
flag in django.contrib.auth.
> Ryan Tomayko has done something similar (assuming we're talking about
> the same thing):
>
> http://tomayko.com/writings/administrative-debris
Thanks for link, it's interesting
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---