Page not found (404)

No Horses matches the given query.
Request Method: GET
Request URL: https://hestaleit.is/horses/SE2006206769/
Raised by: horses.views.details

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

  1. api/
  2. api/auth/
  3. api/my/
  4. api/countries/ [name='countries']
  5. api/configs/ [name='configs']
  6. admin/
  7. i18n/
  8. translations/
  9. my/
  10. horses/ [name='listings']
  11. horses/ <horse_id>/ [name='details']

The current path, horses/SE2006206769/, 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.