On Sat, Oct 18, 2008 at 12:25 PM, Heather <[EMAIL PROTECTED]> wrote: > What do you mean by "set up the urls so you'll have it"?
Somewhere in your URL configuration, put URL patterns which point to the views you want at the URLs you want, and wrap the views with login_required there. Remember: URL configuration is configuration. It's not something you have to treat as unchangeable code, so it's OK if you want something different than the defaults some application ships, and it's perfectly acceptable to set up whatever URL patterns you like for it. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

