On Thu, Apr 16, 2009 at 3:04 PM, Col Wilson <col.wilson.em...@googlemail.com> wrote: > Thanks all. I have some reading to do, but I have also noticed in the > meantime that generic views docs (http://docs.djangoproject.com/en/dev/ > ref/generic-views/#ref-generic-views) have a hook into the auth > system. Look for 'login_required'.
Or, since login_required is a decorator, and since you can pass the actual callable view you want to use directly in a URL pattern, just apply login_required to a generic view in your URLConf. One example is described here (fourth section): http://www.b-list.org/weblog/2007/nov/06/urlconf/ -- "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 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 -~----------~----~----~----~------~----~------~--~---