Page not found (404)

Request Method: GET
Request URL: http://ggp.lv/ru/noder%25C4%25ABga-info/

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

  1. ^robots\.txt$
  2. ^sitemap\.xml$
  3. ^admin/filebrowser/
  4. ^admin/
  5. ^admin/rosetta/
  6. ^tinymce/
  7. ^media/(?P<path>.*)$
  8. ^ru/ ^pakalpojumi/ [name='page_services']
  9. ^ru/ ^kontakti/ [name='page_contacts']
  10. ^ru/ ^musu-darbi/(?P<slug>[\w-]+)/$ [name='gallery_detail']
  11. ^ru/ ^musu-darbi/$ [name='gallery_list']
  12. ^ru/ ^nozares-jaunumi/(?P<slug>[\w-]+)/$ [name='post_detail']
  13. ^ru/ ^nozares-jaunumi/$ [name='post_list']
  14. ^ru/ ^countries/(?P<code>[\w-]+)/$ [name='land_freight_countries']
  15. ^ru/ ^(?P<slug>[\w-]+)/$ [name='page_detail']
  16. ^ru/ ^$ [name='first_page']

The current URL, ru/noder%C4%ABga-info/, 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.