Page not found (404)

No FlatPage matches the given query.
Request Method: GET
Request URL: http://gazcomfort.pro/catalog/
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/, 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.