Page not found (404)

Request Method: GET
Request URL: https://savdogar.net/pages/privacy-policy

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

  1. admin/
  2. login
  3. konkurs
  4. register
  5. logout
  6. market
  7. streams
  8. kuryer
  9. statistics
  10. withdraw
  11. requests
  12. p/<int:id>
  13. adminpage/<str:id>
  14. operator/
  15. bendax/
  16. operator/withdraw
  17. operator/top
  18. operator/reqs/
  19. control/
  20. control/reqs/
  21. control/new/operator/
  22. control/stock/
  23. control/operator/
  24. control/admins/
  25. site/api/req
  26. site/api/reqstatus
  27. site/api/getReq
  28. site/api/changeProfile
  29. site/api/addStock
  30. api/
  31. api/newOrder
  32. api/newApi

The current path, pages/privacy-policy, 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.