Page not found (404)

Список пуст, но “ObjectsByAuthor.allow_empty” выставлено в значение "Ложь", что запрещает показывать пустые списки.
Request Method: GET
Request URL: http://audiokniga.zone/authors/sergej-andreev/
Raised by: books.views.ObjectsByAuthor

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

  1. admin/
  2. robots.txt
  3. ads.txt
  4. [name='home']
  5. search/ [name='search']
  6. zhanry/ [name='genres']
  7. avtory/ [name='authors']
  8. serii/ [name='series']
  9. years/ [name='years']
  10. ispolniteli/ [name='voices']
  11. books/ [name='homebook']
  12. download/ [name='download']
  13. genre/<str:url>/ [name='genre']
  14. authors/<str:url>/ [name='author']

The current path, authors/sergej-andreev/, 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.