Page not found (404)

Request Method: GET
Request URL: http://acnorilsk.ru/news/novost

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

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

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