Page not found (404)

Request Method: GET
Request URL: http://banket-valencia.ru/idealniy_ubiley/
Raised by: index.views.redirects

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

  1. admin/
  2. zally/
  3. events/
  4. vmestimost/
  5. articles/
  6. menu/
  7. ajax/
  8. cart/
  9. order/
  10. [name='index']
  11. robots.txt [name='seo_robots']
  12. sitemap.xml [name='seo_sitemap']
  13. sitemap-halls.xml [name='seo_sitemap_halls']
  14. sitemap-events.xml [name='seo_sitemap_events']
  15. sitemap-capacitys.xml [name='seo_sitemap_capacitys']
  16. <slug:redirect_url>/ [name='redirects']

The current path, idealniy_ubiley/, matched the last one.

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.