Page not found (404)

Request Method: GET
Request URL: http://wildred.tv/news/ukraina/

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

  1. ^admin/
  2. ^callback/
  3. ^b2b/$ [name='b2b']
  4. ^cases/$ [name='cases']
  5. ^contacts/$ [name='contacts']
  6. ^payment/$ [name='payment']
  7. ^$ [name='smarttv']
  8. ^terms/$ [name='terms']
  9. ^personal_politics/$ [name='personal_politics']
  10. ^landing$ [name='landing']
  11. ^static\/(?P<path>.*)$

The current path, news/ukraina/, 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.