Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: http://gazcomfort.pro/catalog/product/%25D0%25BA%25D0%25BB%25D0%25B0%25D0%25BF%25D0%25B0%25D0%25BD%25D0%25B0-%25D0%25BF%25D1%2580%25D0%25B5%25D0%25B4%25D0%25BE%25D1%2585%25D1%2580%25D0%25B0%25D0%25BD%25D0%25B8%25D1%2582%25D0%25B5%25D0%25BB%25D1%258C%25D0%25BD%25D0%25BE-%25D0%25B7%25D0%25B0%25D0%25BF%25D0%25BE%25D1%2580%25D0%25BD%25D1%258B%25D0%25B5-%25D1%258D%25D0%25BB%25D0%25B5%25D0%25BA%25D1%2582%25D1%2580%25D0%25BE%25D0%25BC%25D0%25B0%25D0%25B3%25D0%25BD%25D0%25B8%25D1%2582%25D0%25BD%25D1%258B%25D0%25B5/
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/%D0%BA%D0%BB%D0%B0%D0%BF%D0%B0%D0%BD%D0%B0-%D0%BF%D1%80%D0%B5%D0%B4%D0%BE%D1%85%D1%80%D0%B0%D0%BD%D0%B8%D1%82%D0%B5%D0%BB%D1%8C%D0%BD%D0%BE-%D0%B7%D0%B0%D0%BF%D0%BE%D1%80%D0%BD%D1%8B%D0%B5-%D1%8D%D0%BB%D0%B5%D0%BA%D1%82%D1%80%D0%BE%D0%BC%D0%B0%D0%B3%D0%BD%D0%B8%D1%82%D0%BD%D1%8B%D0%B5/, 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.