Re: login successfully takes to account/profle

2013-07-05 Thread Sivaram R
Yes,if i put that in settings.py it will work.Is any other way to override the default urls in django. If its their,kindly share your idea. Thanks On Friday, July 5, 2013 5:24:05 PM UTC+5:30, Odin wrote: > > You already try to put this option in settings.py? > LOGIN_REDIRECT_URL = "/" > > > 201

Re: login successfully takes to account/profle

2013-07-05 Thread Sandro Dutra
You already try to put this option in settings.py? LOGIN_REDIRECT_URL = "/" 2013/7/5 Sivaram R > I am developing an django app,now the problem is after successfull > login,it takes me to account/profile which is no longer available in > django urls.But after removing that account/profile and h

login successfully takes to account/profle

2013-07-05 Thread Sivaram R
I am developing an django app,now the problem is after successfull login,it takes me to account/profile which is no longer available in django urls.But after removing that account/profile and hit enter it is taking inside the application.Do i need to frame a method and page for that or how to