Page not found (404)

No Pages matches the given query.
Request Method: GET
Request URL: https://medcomis.ru/special/sitemap/
Raised by: special.views.BuildOneEntryPage

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

  1. admin/filebrowser/
  2. admin/
  3. special/ ^search$
  4. special/ ^news/(?P<slug>[\w\-\_]+)/$ [name='News']
  5. special/ ^news/$ [name='News']
  6. special/ ^(?P<slug>vacancies)/$
  7. special/ ^(?P<slug>services)/$ [name='Services']
  8. special/ ^services/(?P<slug>[\w\-\_]+)/$
  9. special/ ^centers/(?P<slug>[\w\-\_]+)/$ [name='Centers']
  10. special/ ^centers/$ [name='Centers']
  11. special/ ^responses/$
  12. special/ ^faq/$
  13. special/ ^(?P<slug>[\w\-\_]+)/$

The current path, special/sitemap/, 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.