Page not found (404)

Не найден ни один uslugi group, соответствующий запросу
Request Method: GET
Request URL: http://bazastroganov.ru/uslugi/ribalka/
Raised by: lodge.views.UslugiDetail

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']

The current path, uslugi/ribalka/, 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.