Page not found (404)

Request Method: GET
Request URL: http://pramari.de/feeds

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

  1. health/ [name='health']
  2. admin/
  3. i18n/
  4. ip/
  5. cal/
  6. [name='home']
  7. status/ [name='status']
  8. search/ [name='search_result']
  9. accounts/
  10. accounts/account/ [name='user-detail']
  11. accounts/profile/ [name='user-profile']
  12. accounts/<slug:slug>/ [name='profile-detail']
  13. o/
  14. .well-known/nodeinfo [name='nodeinfo']
  15. api/v1/version [name='version']
  16. .well-known/webfinger [name='webfinger']
  17. accounts/<slug:slug>/inbox [name='profile-inbox']
  18. accounts/<slug:slug>/outbox [name='profile-outbox']
  19. follow/ [name='profile-follow']
  20. accounts/<slug:slug>/actor/ [name='actor-view']
  21. accounts/<slug:slug>/followers [name='profile-followers']
  22. accounts/<slug:slug>/following [name='profile-following']
  23. api/userinfo/
  24. api/mail/
  25. api/
  26. pubsub/push/
  27. sitemap.xml
  28. cms/
  29. documents/
  30. pages/
  31. tags/<str:slug>/ [name='tag-detail']

The current path, feeds, didn’t match any of these.

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.