Page not found (404)

Не найден ни один Питомник, соответствующий запросу
Request Method: GET
Request URL: https://svinki.ru/@pushkinia/
Raised by: farms.views.FarmView

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

  1. ^django-admin/
  2. ^admin/
  3. ^documents/
  4. ^search/$ [name='search']
  5. ^user/login/$ [name='login']
  6. ^user/logout/$ [name='logout']
  7. ^user/profile/
  8. ^@(?P<slug>[^\s]+)/ ^$ [name='farm']

The current path, @pushkinia/, 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.