Page not found (404)

Request Method: GET
Request URL: http://auslan.org.au/accounts/register/

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

  1. dictionary/
  2. feedback/
  3. video/
  4. pages/
  5. logout.html [name='logout']
  6. spell/twohanded.html
  7. spell/practice.html
  8. spell/onehanded.html
  9. numbersigns.html
  10. accounts/ signup/ [name='account_signup']
  11. accounts/ login/ [name='account_login']
  12. accounts/ logout/ [name='account_logout']
  13. accounts/ password/change/ [name='account_change_password']
  14. accounts/ password/set/ [name='account_set_password']
  15. accounts/ inactive/ [name='account_inactive']
  16. accounts/ email/ [name='account_email']
  17. accounts/ confirm-email/ [name='account_email_verification_sent']
  18. accounts/ ^confirm-email/(?P<key>[-:\w]+)/$ [name='account_confirm_email']
  19. accounts/ password/reset/ [name='account_reset_password']
  20. accounts/ password/reset/done/ [name='account_reset_password_done']
  21. accounts/ ^password/reset/key/(?P<uidb36>[0-9A-Za-z]+)-(?P<key>.+)/$ [name='account_reset_password_from_key']
  22. accounts/ password/reset/key/done/ [name='account_reset_password_from_key_done']
  23. accounts/ social/
  24. admin/doc/
  25. admin/
  26. summernote/
  27. sitemap.xml [name='cached-sitemap']
  28. test/<videofile>

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

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.