Page not found (404)

Не найден ни один Дом, соответствующий запросу
Request Method: GET
Request URL: http://bazastroganov.ru/doma/dom6/
Raised by: lodge.views.LodgeDetail

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

  1. [name='home']
  2. admin/vue [name='home']
  3. api/
  4. sitemap\.xml [name='django.contrib.sitemaps.views.sitemap']
  5. programmy/
  6. fotogalereya/ [name='foto-list']
  7. fotogalereya/<int:pk>/ [name='foto-detail']
  8. uslugi/ [name='uslugi-list']
  9. uslugi/<slug:slug>/ [name='uslugi-detail']
  10. doma/ [name='lodge-list2']
  11. doma/ free/ [name='lodge-list-free']
  12. doma/ <slug:slug>/zabronirovat/ [name='order-create']
  13. doma/ <slug:slug>/ [name='lodge-detail-slug']

The current path, doma/dom6/, 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.