Page not found (404)

Request Method: GET
Request URL: http://vlad-agafonov.ru/people/1

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

  1. ^admin/doc/
  2. ^admin/
  3. ^grappelli/
  4. ^$
  5. ^news/$
  6. ^guestbook/$ [name='guestbook']
  7. ^guestbook/success/ [name='guestbook_post_success']
  8. ^guestbook/addmessage/ [name='guestbook_add_message']
  9. ^captcha/
  10. ^music/
  11. ^video/$
  12. ^video/(?P<pk>\d+)$ [name='detailed_video']
  13. ^photos/$
  14. ^photos/gallery/(?P<gallery_id>[0-9]+)$
  15. ^photos/(?P<picture_id>[0-9]+)$
  16. ^drawings/$
  17. ^drawings/gallery/(?P<gallery_id>[0-9]+)$
  18. ^drawings/(?P<picture_id>[0-9]+)$
  19. ^awards/$ [name='awards']
  20. ^posters/$ [name='posters']
  21. ^prose/$
  22. ^prose/(?P<pk>\d+)$
  23. ^press/$
  24. ^press/(?P<pk>\d+)$ [name='detailed_presspublication']
  25. ^media\/(?P<path>.*)$

The current URL, people/1, 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.