Page not found (404)

Request Method: GET
Request URL: http://www.svetmayaka.ru/2011-05-18-09-15-28

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

  1. ^$ [name='home']
  2. ^enrolls/
  3. ^landing/
  4. ^admin_tools/
  5. ^admin/
  6. ^ckeditor/
  7. ^article/
  8. ^specialist/
  9. ^news/
  10. ^search/ [name='search']
  11. ^robots\.txt$
  12. ^\.well-known/pki-validation/gsdv\.txt$
  13. ^sitemap\.xml$
  14. ^media/(?P<path>.*)$
  15. ^__debug__/

The current URL, 2011-05-18-09-15-28, 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.