Iam trying develop a web application. I am using Django registration redux 
package for registration.

when im try to access http://127.0.0.1:8000/accounts/register

it automatically redirecting to http://127.0.0.1:8000/accounts/profile/

Shows me following  

Using the URLconf defined in bookstore.urls, Django tried these URL 
patterns, in this order:

   1. ^store/
   2. ^accounts/ ^activate/complete/$ 
   [name='registration_activation_complete']
   3. ^accounts/ ^activate/resend/$ [name='registration_resend_activation']
   4. ^accounts/ ^activate/(?P<activation_key>\w+)/$ 
   [name='registration_activate']
   5. ^accounts/ ^register/complete/$ [name='registration_complete']
   6. ^accounts/ ^register/closed/$ [name='registration_disallowed']
   7. ^accounts/ ^register/$ [name='registration_register']
   8. ^accounts/ ^login/$ [name='auth_login']
   9. ^accounts/ ^logout/$ [name='auth_logout']
   10. ^accounts/ ^password/change/$ [name='auth_password_change']
   11. ^accounts/ ^password/change/done/$ [name='auth_password_change_done']
   12. ^accounts/ ^password/reset/$ [name='auth_password_reset']
   13. ^accounts/ ^password/reset/complete/$ 
   [name='auth_password_reset_complete']
   14. ^accounts/ ^password/reset/done/$ [name='auth_password_reset_done']
   15. ^accounts/ 
   ^password/reset/confirm/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>.+)/$ 
   [name='auth_password_reset_confirm']
   16. ^admin/

The current path, accounts/profile/, didn't match any of these.



I m not sure why ? 



-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/eb1870ad-f2b3-4f71-953a-0a2cc7a213ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to