Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: http://gazcomfort.pro/catalog/product/11%25D1%258737%25D0%25BF-11%25D1%258737%25D0%25BF%25D1%2584-4-%25D0%25BA%25D1%2580%25D0%25B0%25D0%25BD-%25D1%2588%25D0%25B0%25D1%2580%25D0%25BE%25D0%25B2%25D0%25BE%25D0%25B9-%25D0%25BF%25D1%2580%25D0%25BE%25D1%2585%25D0%25BE%25D0%25B4%25D0%25BD%25D0%25BE%25D0%25B9-%25D1%2581%25D0%25B0%25D0%25BB%25D1%258C%25D0%25BD%25D0%25B8%25D0%25BA%25D0%25BE%25D0%25B2%25D1%258B/
Raised by: django.contrib.flatpages.views.flatpage

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

  1. admin/
  2. service/<int:pk>/ [name='specific_service']
  3. callback [name='callback']
  4. [name='first']
  5. objects [name='objects']
  6. news [name='news_list']
  7. services [name='services']
  8. vendors [name='vendors']
  9. news/<slug:slug>/ [name='news_slug']
  10. price [name='new_price']
  11. pd [name='pd']
  12. info [name='information']
  13. price/
  14. newprice
  15. feed/
  16. turbo/
  17. robots.txt
  18. sitemap.xml [name='sitemap']
  19. accounts/
  20. ckeditor
  21. ^media/(?P<path>.*)$
  22. ^static/(?P<path>.*)$
  23. <path:url>

The current path, catalog/product/11%D1%8737%D0%BF-11%D1%8737%D0%BF%D1%84-4-%D0%BA%D1%80%D0%B0%D0%BD-%D1%88%D0%B0%D1%80%D0%BE%D0%B2%D0%BE%D0%B9-%D0%BF%D1%80%D0%BE%D1%85%D0%BE%D0%B4%D0%BD%D0%BE%D0%B9-%D1%81%D0%B0%D0%BB%D1%8C%D0%BD%D0%B8%D0%BA%D0%BE%D0%B2%D1%8B/, 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.