Page not found (404)

Request Method: GET
Request URL: https://ejmiatsin.am/maiin/8878-.html

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

  1. admin/
  2. [name='main']
  3. city-authorities/ [name='about']
  4. our-city/ [name='tourism']
  5. our-city/<int:pk>/ [name='tourism_detail']
  6. news/ [name='post']
  7. news/<int:pk>/ [name='post-detail']
  8. contacts/ [name='contacts']
  9. category/<int:pk>/ [name='category']
  10. relation/<int:pk>/ [name='relation']
  11. relation-detail/<int:pk>/ [name='relation_detail']
  12. announcements/ [name='announcements']
  13. announcement/<int:pk>/ [name='announcement_detail']
  14. select_lang [name='select_lang']
  15. i18n/

The current path, maiin/8878-.html, 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.