Page not found (404)

Request Method: GET
Request URL: https://transitlabour.asia/accounts/register

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

  1. ^admin/doc/
  2. ^tinymce/
  3. ^admin/
  4. ^custom/(?P<path>.*)$
  5. ^stats/(?P<path>.*)$
  6. ^blogs/(?P<slug_name>[-_\w]+)$
  7. ^blogs/author/(?P<author_name>[-_\w]+)$
  8. ^events/(?P<slug_name>[-_\w]+)$
  9. ^$
  10. ^home/$
  11. ^sydney/$
  12. ^kolkata/$
  13. ^shanghai/$
  14. ^(?P<page_name>[a-z-]+)/$

The current URL, 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.