Re: login decorator

2008-04-28 Thread Karen Tracey
On Mon, Apr 28, 2008 at 2:50 PM, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 28, 2008 at 1:49 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > > On Mon, Apr 28, 2008 at 2:41 PM, garrettjohnson <[EMAIL PROTECTED]> > wrote: > > > > > > > > @login_required, redirects to '/accounts/login'

Re: login decorator

2008-04-28 Thread Jeremy Dunck
On Mon, Apr 28, 2008 at 1:49 PM, Karen Tracey <[EMAIL PROTECTED]> wrote: > On Mon, Apr 28, 2008 at 2:41 PM, garrettjohnson <[EMAIL PROTECTED]> wrote: > > > > > @login_required, redirects to '/accounts/login' ... > > See http://www.djangoproject.com/documentation/settings/#login-url > > But you

Re: login decorator

2008-04-28 Thread Karen Tracey
On Mon, Apr 28, 2008 at 2:41 PM, garrettjohnson <[EMAIL PROTECTED]> wrote: > > @login_required, redirects to '/accounts/login' > > I do not have my registration app configured to point to that url > > How would you overide this default ? > > (i want my redirected to '/Login') > See http:/

login decorator

2008-04-28 Thread garrettjohnson
@login_required, redirects to '/accounts/login' I do not have my registration app configured to point to that url How would you overide this default ? (i want my redirected to '/Login') --~--~-~--~~~---~--~~ You received this message because you are subsc