Page not found (404)

Request Method: GET
Request URL: http://naks-habarovsk.ru/directors/

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. contact/ [name='contact']
  5. staff/ [name='staff']
  6. documents/ [name='documents']
  7. articles/ [name='articles']
  8. article_details/<slug:pk> [name='article_details']
  9. news/ [name='news']
  10. detailview/<slug:content>/<slug:pk> [name='detailview']
  11. create/<slug:content_type> [name='create']
  12. ckeditor/
  13. messages/ [name='messages']
  14. service/<slug:pk> [name='service']
  15. reestrsp/ [name='reestrsp']
  16. import_profile/ [name='import_proflie']
  17. accept_order/ [name='accept_order']
  18. captcha/
  19. ^media\/(?P<path>.*)$

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