Admin pages for anonymous user

2006-08-11 Thread jarpis
Hi. I'm trying to allow admin generated pages for unauthenticated (anonymous) users. This is for intranet app and I'd only need to open some models. I'm using 0.95 release version and development server. Problem is, AnonymousUser seems to be a special case and I can't figure out how to give perm

Re: Admin pages for anonymous user

2006-08-15 Thread jarpis
Hi, and thanks for your ideas. Creating a default user and authenticating to that automatically by my own middleware seems like a way to go. I'd like to avoid doing custom forms and Django's admin system could relieve me from that. Not requiring login for unprivileged operations eases learning o