Page not found (404)

Request Method: GET
Request URL: http://naks-ural.ru/WDT2017

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

  1. admin/
  2. accounts/
  3. [name='index']
  4. details_news/<slug:pk> [name='details_news']
  5. political/ [name='political']
  6. all_news/ [name='all_news']
  7. doc/ [name='doc']
  8. partners/ [name='partners']
  9. details/<slug:pk> [name='details']
  10. article_details/<slug:pk> [name='article_details']
  11. service_details/<slug:pk> [name='service_details']
  12. cok/ [name='cok']
  13. profstandarti/ [name='profstandarti']
  14. contacts/ [name='contacts']
  15. import_profile/ [name='import_proflie']
  16. detailview/<slug:content>/<slug:pk> [name='detailview']
  17. ckeditor/
  18. test_component/<slug:pk> [name='test_component']
  19. accept_order/ [name='accept_order']
  20. captcha/
  21. ^media\/(?P<path>.*)$

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