Page not found (404)

Request Method: GET
Request URL: http://www.med-pro.ru/nev-osteohond-lech.php

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

  1. ^admin/doc/
  2. ^admin/
  3. ^media/(?P<path>.*)$
  4. ^$ [name='home']
  5. ^metro-choice-dialog/$ [name='metro_choice_dialog']
  6. ^city-choice-dialog/$ [name='city_choice_dialog']
  7. ^search/
  8. ^clinic/
  9. ^medic/
  10. ^order/
  11. ^news/
  12. ^medinfo/
  13. ^page/
  14. ^testimonial/
  15. ^cache/
  16. ^contact/
  17. ^faq/
  18. ^articles/
  19. ^robots.txt
  20. ^captcha/(?P<code>[\da-f]{32})/$
  21. ^static\/(?P<path>.*)$

The current URL, nev-osteohond-lech.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.