Page not found (404)

Request Method: GET
Request URL: http://www.berlogos.ru/rubrik/arhitektura.php?ELEMENT_ID=2159

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

  1. ^$ [name='main_page']
  2. ^load_block_admin/ [name='main_page']
  3. ^reindex/(?P<id_url>[\-\d\w]+)/ [name='reindex']
  4. ^tb/ [name='template_builder']
  5. ^html/page/ [name='html_page']
  6. ^html/interviews/ [name='html_interviews']
  7. ^html/interview/ [name='html_interview']
  8. ^html/profile/ [name='html_profile']
  9. ^html/profiles/ [name='html_profiles']
  10. ^html/profiles-grid/ [name='html_profiles_grid']
  11. ^search/$ [name='site_search']
  12. ^page/
  13. ^article/
  14. ^interview/
  15. ^work/
  16. ^profile/
  17. ^company/
  18. ^news/
  19. ^coment/comments/
  20. ^accounts/
  21. ^ajax/hit/$ [name='hitcount_update_ajax']
  22. ^tinymce/
  23. ^admin/filebrowser/
  24. ^grappelli/
  25. ^admin/

The current URL, rubrik/arhitektura.php, 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.