Page not found (404)

Request Method: GET
Request URL: https://hamshen.am/ru/faq

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

  1. ru/ [name='home']
  2. ru/ set-language/ [name='set_language']
  3. ru/ tours/region/<str:slug> [name='section']
  4. ru/ tours/region/<str:section>/<str:slug> [name='subsection']
  5. ru/ contact [name='contact_us']
  6. ru/ about [name='about_us']
  7. ru/ reviews [name='reviews']
  8. ru/ review-modal/<int:id>/ [name='review_modal']
  9. ru/ guide-modal/<int:id>/ [name='guide_modal']
  10. ru/ tours/<str:slug> [name='tour']
  11. ru/ tour/book [name='book']
  12. ru/ tour/price [name='get_price']
  13. ru/ upcoming [name='upcoming_tours']
  14. ru/ search [name='search']
  15. ru/ do-duplicate/<int:id> [name='do_duplicate']
  16. ru/ blog [name='blogs']
  17. ru/ blog/category/<str:category> [name='blogs']
  18. ru/ blog/category/video-blog [name='video_blogs']
  19. ru/ blog/post/<str:slug> [name='post']
  20. ru/ admin/
  21. tinymce/
  22. admin/filebrowser/
  23. _nested_admin/
  24. ^static/(?P<path>.*)$
  25. ^media/(?P<path>.*)$
  26. translate/

The current path, ru/faq, 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.