Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: http://gazcomfort.pro/catalog/product/%25D1%2581%25D0%25B8%25D0%25B3%25D0%25BD%25D0%25B0%25D0%25BB%25D0%25B8%25D0%25B7%25D0%25B0%25D1%2582%25D0%25BE%25D1%2580-%25D1%2582%25D0%25BE%25D0%25BA%25D1%2581%25D0%25B8%25D1%2587%25D0%25BD%25D1%258B%25D1%2585-%25D0%25B8-%25D0%25B3%25D0%25BE%25D1%2580%25D1%258E%25D1%2587%25D0%25B8%25D1%2585-%25D0%25B3%25D0%25B0%25D0%25B7%25D0%25BE%25D0%25B2-%25D1%2581%25D1%2582%25D0%25B3-1/
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/%D1%81%D0%B8%D0%B3%D0%BD%D0%B0%D0%BB%D0%B8%D0%B7%D0%B0%D1%82%D0%BE%D1%80-%D1%82%D0%BE%D0%BA%D1%81%D0%B8%D1%87%D0%BD%D1%8B%D1%85-%D0%B8-%D0%B3%D0%BE%D1%80%D1%8E%D1%87%D0%B8%D1%85-%D0%B3%D0%B0%D0%B7%D0%BE%D0%B2-%D1%81%D1%82%D0%B3-1/, 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.