Page not found (404)

Request Method: GET
Request URL: http://bambuk-rostov.ru/Spa_uhod__Siyanie_cveta__ot_Lebel.html

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

  1. ^$ [name='home']
  2. ^service/$ [name='service']
  3. ^service/(?P<slug>[\w-]+)/$ [name='service']
  4. ^offer/$ [name='offer']
  5. ^offer/(?P<slug>[\w-]+)/$ [name='offer']
  6. ^price/$ [name='price']
  7. ^price/(?P<slug>[\w-]+)/$ [name='price']
  8. ^about/$ [name='about']
  9. ^about/(?P<slug>[\w-]+)/$ [name='about']
  10. ^buy/$ [name='buy']
  11. ^gallery/$ [name='gallery']
  12. ^gallery/(?P<slug>[\w-]+)/$ [name='gallery']
  13. ^contact/$ [name='contact']
  14. ^contact/(?P<slug>[\w-]+)/$ [name='contact']
  15. ^blog/$ [name='blog']
  16. ^blog/(?P<slug>[\w-]+)/$ [name='blog']
  17. ^admin/
  18. ^redactor/
  19. ^static\/(?P<path>.*)$
  20. ^media\/(?P<path>.*)$

The current URL, Spa_uhod__Siyanie_cveta__ot_Lebel.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.