Page not found (404)

Request Method: GET
Request URL: http://pravoslavnoe-duhovenstvo.ru/publications/

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

  1. ^media/(?P<path>.*)$
  2. ^admin/
  3. ^$ [name='index']
  4. ^person/$
  5. ^person/(?P<pk>\d+)/$ [name='person-detail']
  6. ^sandbox/person/preview/$ [name='sandbox-person-preview']
  7. ^search/$ [name='search']
  8. ^persons/$ [name='persons']
  9. ^bryanskaya-eparhia/$ [name='search_bryansk']
  10. ^moskovskaya-eparhia/$ [name='search_moscow']
  11. ^materials/$ [name='materials']
  12. ^solovki/$ [name='solovki']
  13. ^solovki/gallery/$ [name='solovki-gallery']
  14. ^solovki/gallery/(?P<pk>\d+)/$ [name='solovki-gallery-photo']
  15. ^library/(?P<pk>\d+)/$ [name='library']
  16. ^library/material/(?P<pk>\d+)/$ [name='material']
  17. ^library/material/(?P<material_pk>\d+)/(?P<attachment_pk>\d+)/$ [name='material-attachment']
  18. ^library/$ [name='library']
  19. ^library/search/$ [name='library-search']
  20. ^person/search/$ [name='person-search']
  21. ^participate/$ [name='participate']
  22. ^participate/operators/$ [name='participate-operators']
  23. ^participate/information/$ [name='participate-information']
  24. ^participate/archive/$ [name='participate-archive']
  25. ^participate/allowuse/$ [name='participate-allowuse']
  26. ^participate/donate/$ [name='participate-donate']
  27. ^participate/question/$ [name='participate-question']
  28. ^variation/$ [name='variation']
  29. ^martyrs/$ [name='martyrs']
  30. ^martyrs/biographies/$ [name='martyrs-biographies']
  31. ^martyrs/publications/$ [name='martyrs-publications']
  32. ^citations/$ [name='citations']
  33. ^publication/(?P<pk>\d+)/$ [name='publication']
  34. ^stories/$ [name='stories']
  35. ^story/(?P<pk>\d+)/$ [name='story']
  36. ^results_all/$ [name='results_all']
  37. ^robokassa/success/$ [name='robokassa']
  38. ^authors/$ [name='authors']
  39. ^places/map/$ [name='places-map']
  40. ^places/city/(?P<pk>\d+)/$ [name='places-city']
  41. ^places/$ [name='places']
  42. ^author/(?P<pk>\d+)/$ [name='author']
  43. ^akathist/$ [name='akathist']
  44. ^api/reference-map/$ [name='api-places-map']
  45. ^manual/$ [name='manual']
  46. ^contacts/$ [name='contacts']
  47. ^about/$ [name='about']
  48. cabinet/
  49. account/profile/ [name='account_profile']
  50. account/signup/ [name='account_signup']
  51. account/
  52. grappelli/
  53. robokassa/
  54. admin/filebrowser/
  55. admin/
  56. notifications/
  57. rukovodstvo/

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