Re: redirect page/view after login in 'django-registration'

2012-03-21 Thread Ahmad Abd Arrahman
edite this line in your settings.py or add it if not there #Login redirects to LOGIN_REDIRECT_URL = '/accounts/profile' -- 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 unsub

Re: redirect page/view after login in 'django-registration'

2012-03-21 Thread Mario Gudelj
You do this in your settings file. Not sure of the exact sintax but it's something like login="yoururl". On 22/03/2012 10:45 AM, "H.T. Wei" wrote: > Hey, > > I used 'django-registration' for user registration. Is there anyone know > how configure to redirect the page/view I want after login? > T

redirect page/view after login in 'django-registration'

2012-03-21 Thread H.T. Wei
Hey, I used 'django-registration' for user registration. Is there anyone know how configure to redirect the page/view I want after login? Thanks in advance. -- " stay hungry, stay foolish" -- You received this message because you are subscribed to the Google Groups "Django users" group. To po