Page not found (404)

Request Method: GET
Request URL: http://magi-ya.ru/magiya-krasoty.html

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

  1. admin/
  2. [name='list']
  3. create/blog/ [name='create']
  4. view/<slug:slug>/ [name='view']
  5. edit/<slug:slug>/ [name='edit']
  6. delete/<slug:pk>/ [name='delete']
  7. about/ [name='explanation']
  8. about/create/ritual/ [name='createritual']
  9. about/view/<slug:slug>/ [name='viewritual']
  10. about/edit/<slug:slug>/ [name='editritual']
  11. about/delete/<slug:pk>/ [name='deleteritual']
  12. index/ [name='images']
  13. contact/ [name='contact']
  14. ^media/(?P<path>.*)$
  15. ^media/(?P<path>.*)$

The current path, magiya-krasoty.html, 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.