Hello,

I have set up a user login page and it works. However I do not know
how to redirect this user to his/her account. I have

(r'^accounts/login/$', 'django.contrib.auth.views.login'),

in my urls.py. When a user types his/her username/password correctly,
the url transfers to

http://ip_address/accounts/profile/

Is there a homepage for users by default? Of course this user can only
see/update his/her account information there or do something that he/
she is authorized to do.

Anybody likes to give me a clue?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to