Note that there are some explanatory texts on larger screens.

plurals
  1. PODjango-registration not recognizing urls.py accounts page?
    primarykey
    data
    text
    <p>I am trying to setup django-registration and it is not recognizing the URLs. I get Error 404 when I visit <a href="http://localhost:8000/accounts/" rel="nofollow">http://localhost:8000/accounts/</a></p> <pre><code> Page not found (404) Request Method: GET Request URL: http://localhost:8000/accounts/ Using the URLconf defined in namekeepr.urls, Django tried these URL patterns, in this order: ^pk/$ ^pk/index/$ ^admin/ ^accounts/ ^activate/complete/$ [name='registration_activation_complete'] ^accounts/ ^activate/(?P&lt;activation_key&gt;\w+)/$ [name='registration_activate'] ^accounts/ ^register/$ [name='registration_register'] ^accounts/ ^register/complete/$ [name='registration_complete'] ^accounts/ ^register/closed/$ [name='registration_disallowed'] ^accounts/ ^login/$ [name='auth_login'] ^accounts/ ^logout/$ [name='auth_logout'] ^accounts/ ^password/change/$ [name='auth_password_change'] ^accounts/ ^password/change/done/$ [name='auth_password_change_done'] ^accounts/ ^password/reset/$ [name='auth_password_reset'] ^accounts/ ^password/reset/confirm/(?P&lt;uidb36&gt;[0-9A-Za-z]+)-(?P&lt;token&gt;.+)/$ [name='auth_password_reset_confirm'] ^accounts/ ^password/reset/complete/$ [name='auth_password_reset_complete'] ^accounts/ ^password/reset/done/$ [name='auth_password_reset_done'] ^admin/ ^accounts/profile/$ ^accounts/password_reset/$ ^accounts/password_reset_done/$ ^accounts/password_change/$ ^accounts/password_change_done/$ The current URL, accounts/, didn't match any of these. </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload