Page not found (404)

“/home/adsadmin/website/ads-prod/az/auth/register” mövcud deyil
Request Method: GET
Request URL: https://azerbaijandesignsummit.az/az/auth/register
Raised by: django.views.static.serve

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

  1. cJ2u5cupYZAqcfsp8PSgbmh7NFaHRxRtbjBfPfe4PJYM/
  2. [name='home']
  3. user/
  4. projects/ [name='projects']
  5. admin-page/ [name='admin']
  6. project/<int:pk> [name='project-page']
  7. project-edit/<int:pk> [name='project-edit']
  8. project-delete/<int:pk> [name='project-delete']
  9. ^rosetta/
  10. az/ cJ2u5cupYZAqcfsp8PSgbmh7NFaHRxRtbjBfPfe4PJYM/
  11. az/ [name='home']
  12. az/ user/
  13. az/ projects/ [name='projects']
  14. az/ admin-page/ [name='admin']
  15. az/ project/<int:pk> [name='project-page']
  16. az/ project-edit/<int:pk> [name='project-edit']
  17. az/ project-delete/<int:pk> [name='project-delete']
  18. az/ ^rosetta/
  19. i18n/
  20. accounts/
  21. accounts/
  22. ^(?P<path>.*)$

The current path, az/auth/register, matched the last one.

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.