Page not found (404)

Request Method: GET
Request URL: http://www.auu.org.ua/rynky-ta-ciny/novini-rinkiv/dopovnenna-vid-31-lipna-2012

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

  1. ^api_kadastr_position_request/
  2. ^api_kadastr_land_info_request/
  3. ^api_kadastr_parsel_info_request/
  4. ^grappelli/
  5. ^admin/
  6. ^rosetta/
  7. ^hidden/
  8. ^web/
  9. ^cabinet/
  10. ^$
  11. ^media\/(?P<path>.*)$
  12. ^en/
  13. ^__debug__/

The current URL, rynky-ta-ciny/novini-rinkiv/dopovnenna-vid-31-lipna-2012, 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.