Page not found (404)

Request Method: GET
Request URL: https://sammybx.uz/uz/home/privacy-policy

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

  1. admin/
  2. i18n/
  3. [name='gmenyu']
  4. management/ [name='management']
  5. section/ [name='section']
  6. regional/ [name='regional']
  7. news/ [name='news']
  8. news/<slug:NewsSlug>/ [name='news_d']
  9. elon/<slug:PostsSlug>/ [name='posts_d']
  10. actions/ [name='action_view']
  11. gerb/ [name='gerb']
  12. bayroq/ [name='bayroq']
  13. madhiya/ [name='madhiya']
  14. search/ [name='search']
  15. bolim/<int:pk>/ [name='bolim']
  16. arzia/ [name='ariza']
  17. advice/ [name='advice']
  18. announcement/ [name='announcement']
  19. antiCorruption/ [name='antiCorruption']
  20. contact/ [name='contact']
  21. events/ [name='events']
  22. industry/ [name='industry']
  23. international/ [name='international']
  24. leadership/ [name='leadership']
  25. measure/ [name='measure']
  26. news/ [name='news']
  27. opros/ [name='opros']
  28. publications/ [name='publications']
  29. qabul/ [name='qabul']
  30. question/ [name='question']
  31. reports/ [name='reports']
  32. sitemap/ [name='sitemap']
  33. structure/ [name='structure']
  34. submission/ [name='submission']
  35. file_list/<int:pk>/ [name='file_list']
  36. vacancy/ [name='vacancy']
  37. video/ [name='video']
  38. virtual/ [name='virtual']
  39. kengashHakida/ [name='kengashHakida']
  40. maqolalar/ [name='maqolalar']
  41. ochiqMalumotlar/ [name='ochiqMalumotlar']
  42. perechenDokumentov/ [name='perechenDokumentov']
  43. porjadokOtbora/ [name='porjadokOtbora']
  44. rahbar/ [name='rahbar']
  45. underStructure/ [name='underStructure']
  46. ^media/(?P<path>.*)$
  47. ^static/(?P<path>.*)$

The current path, uz/home/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.