On Fri, 2009-04-03 at 09:35 +0100, Mic Pringle wrote:
> Hi,
> 
> I've been googling this for a while but can't seem to find any
> relevant information.
> 
> Is it possible to utilise the admin interface without requiring
> authorisation ? Is it as simple as not including the authorisation
> module in my installed apps, or is there a bit more to it than that ?

No. The admin application includes a whole bunch of permission checking,
including whether or not you're even permitted to use the admin
application. All of this requires a dedicated user instance, not an
anonymous user proxy.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to