Page not found (404)

Request Method: GET
Request URL: http://moygrad.kiev.ua/urbanistika

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

  1. admin/
  2. ajaximage/
  3. admin/lookups/
  4. contact [name='contact']
  5. feeds [name='feeds']
  6. about [name='about']
  7. thanks [name='thanks']
  8. search [name='post_search']
  9. related [name='post_related']
  10. ^tags/(?P<tag_name>(.*))/(?P<page>\d{1,5})
  11. ^tags/(?P<tag_name>(.*)) [name='post_tag']
  12. ^(?P<year>\d{4})/(?P<month>\d{2})/(?P<day>\d{2})/(?P<slug>[-\w]+)/$ [name='post_detail']
  13. ^(?P<category_slug>news|articles|blogs|blog-(.*))/(?P<page>\d{1,5})$ [name='post_category']
  14. ^(?P<category_slug>news|articles|blogs|blog-(.*))$ [name='post_category']
  15. [name='home']
  16. ^media\/(?P<path>.*)$

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