Page not found (404)

Request Method: GET
Request URL: http://decorbook.com.br/main/authorization/termsOfService?previousUrl=http%3A%2F%2Fdecorbook.com.br%2Farchitecture

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

  1. admin/
  2. [name='landing_page']
  3. register_page/ [name='register-page']
  4. register-client/ [name='register-client']
  5. register_professional/ [name='register-professional']
  6. register_company/ [name='register-company']
  7. login/ [name='login']
  8. logout/ [name='logout']
  9. professional_profile/ [name='professional_profile']
  10. portfolio/
  11. accounts/
  12. ^media/(?P<path>.*)$
  13. ^static/(?P<path>.*)$
  14. ^media/(?P<path>.*)$
  15. ^media/(?P<path>.*)$
  16. ^static/(?P<path>.*)$

The current path, main/authorization/termsOfService, 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.