need help with Django regstration redux

21 views
Skip to first unread message

Leela Sai Madhav Manne

unread,
Jun 16, 2018, 8:51:37 AM6/16/18
to Django users
Iam trying develop a web application. I am using Django registration redux package for registration.


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 ? 



Reply all
Reply to author
Forward
0 new messages