On May 21, 12:49 am, Dougal <[EMAIL PROTECTED]> wrote:
> Say you have a hierarchy of apps, how can i easily require
> authentication to a whole app? or basically a whole folder.

Depends on what sort of authentication you want to use.

If you want to use HTTP Basic authentication, then put everything
under/behind Apache and use Apache to do it. If you want to use form
based authentication with same user database across all applications
gets a bit harder. Which do you want?

Graham
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to