On Thursday 19 January 2006 13:15, [EMAIL PROTECTED] wrote:
> I was wondering what would be the
> easiest and most portable way to add selected admin functionality to my
> public site, i.e. I would like certain apps to be fully editable by
> authenticated users without directing them to admin site. Any ideas?

I'm not entirely clear on what you want.  Are you looking for admin ui forms 
outside of the admin application?  If so, I think you'll have to roll your 
own.  If not, then the following might help as it demonstrates 
authentication:
<http://www.djangoproject.com/documentation/authentication/#authentication-in-web-requests>

Reply via email to