Page not found (404)

Request Method:GET
Request URL:https://www.belfloor.ru/exhibitions2015.html

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

  1. ^404/$
  2. ^collection/(?P<slug>.*?)/$ [name='collection']
  3. ^catalog/$ [name='catalog']
  4. ^catalog/(?P<slug>.*?)/$ [name='product']
  5. ^news/$ [name='news']
  6. ^news/(?P<slug>.*?)/$ [name='news-detail']
  7. ^offers/$ [name='offers']
  8. ^offers/(?P<slug>.*?)/$ [name='offers-detail']
  9. ^articles/$ [name='articles']
  10. ^articles/(?P<slug>.*?)/$ [name='articles-detail']
  11. ^$ [name='index']
  12. ^vacancy/$ [name='vacancy']
  13. ^where/$ [name='where']
  14. ^become/$ [name='become']
  15. ^support/$ [name='support']
  16. ^faq/$ [name='faq']
  17. ^contact/$ [name='contact']
  18. ^warehouses/$ [name='warehouses']
  19. ^about/$ [name='about']
  20. ^aboutproduct/$ [name='aboutproduct']
  21. ^features/$ [name='features']
  22. ^certificates/$ [name='certificates']
  23. ^api/city/$ [name='api_city']
  24. ^api/wheretobuy/$ [name='api_wheretobuy']
  25. ^api/callback/$ [name='api_callback']
  26. ^sitemap\.xml$
  27. ^sitemap-(?P<section>.+)\.xml$ [name='django.contrib.sitemaps.views.sitemap']
  28. ^admin/
  29. ^static\/(?P<path>.*)$
  30. ^media\/(?P<path>.*)$

The current path, exhibitions2015.html, didn't match any of these.

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.