Page not found (404)

Request Method: GET
Request URL: http://naks-smolensk.ru/documents/detailview/post/15

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

  1. [name='main']
  2. news/ [name='news']
  3. contact/ [name='contact']
  4. details/$ [name='post_details']
  5. detailview/<slug:content>/<slug:pk> [name='detailview']
  6. create/<slug:content_type> [name='create']
  7. ckeditor/
  8. admin/
  9. messages/ [name='messages']
  10. validate_form/ [name='validate_form']
  11. documents/ [name='documents']
  12. services/ [name='services']
  13. about/ [name='about']
  14. staff/ [name='staff']
  15. reestrsp/ [name='reestrsp']
  16. ^media\/(?P<path>.*)$

The current path, documents/detailview/post/15, 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.