Redirecting to personal pages.

2011-02-04 Thread balu
Hi all :) I'm trying to create a website application using django's built in authenticaiton app. I had customized the login, logout, signup... template. But how to customize personal page which will be redirected after login confirmation. Which will be just how we redirected to our inbox after aut

Re: Redirecting to personal pages.

2011-02-04 Thread Andres Lucena
On Fri, Feb 4, 2011 at 10:59 AM, balu wrote: > Hi all :) > > I'm trying to create a website application using django's built in > authenticaiton app. I had customized the login, logout, signup... > template. But how to customize personal page which will be redirected > after login confirmation. Wh

Re: Redirecting to personal pages.

2011-02-04 Thread balu
How "next" parameter works? On Feb 4, 3:04 pm, Andres Lucena wrote: > On Fri, Feb 4, 2011 at 10:59 AM, balu wrote: > > Hi all :) > > > I'm trying to create a website application using django's built in > > authenticaiton app. I had customized the login, logout, signup... > > template. But how to

Re: Redirecting to personal pages.

2011-02-04 Thread Brian Bouterse
Did you read the link in documentation? In case you missed it [1]. Brian [1] http://docs.djangoproject.com/en/dev/topics/auth/ On Fri, Feb 4, 2011 at 8:51 AM, balu wrote: > How "next" parameter works? > > On Feb 4, 3:04 pm, Andres Lucena wrote: > > On Fri, Feb 4, 2011 at 10:59 AM, balu wr