Page not found (404)

No Redirect matches the given query.
Request Method: GET
Request URL: https://test.aeva.asn.au/forums/
Raised by: tendenci.apps.forums.views.IndexView

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

  1. ^static/(?P<path>.*)$
  2. ^media/(?P<path>.*)$
  3. ^static/(?P<path>.*)$
  4. ^themes/(?P<path>.*)$
  5. admin/doc/
  6. admin/
  7. model-report/
  8. ^$ [name='home']
  9. ^metrics/
  10. ^users/reports/users-activity-top10/$ [name='reports-user-activity']
  11. ^users/reports/active-logins/$ [name='reports-user-access']
  12. ^users/reports/not-in-groups/$ [name='reports-users-not-in-groups']
  13. ^users/reports/admin/$ [name='reports-admin-users']
  14. ^users/reports/users-added/$ [name='reports-user-added']
  15. ^users/reports/contacts-referral/$ [name='reports-contacts-referral']
  16. ^notifications/
  17. ^base/
  18. ^tags/
  19. ^dashboard/
  20. ^categories/
  21. ^invoices/
  22. ^py/
  23. ^payments/
  24. ^rp/
  25. ^accountings/
  26. ^emails/
  27. ^rss/
  28. ^imports/
  29. ^settings/
  30. ^accounts/
  31. ^search/
  32. ^event-logs/
  33. ^theme-editor/
  34. ^exports/
  35. ^ics/
  36. ^boxes/
  37. ^sitemap.xml
  38. ^404/
  39. ^redirects/
  40. ^mobile/
  41. ^discounts/
  42. ^versions/
  43. ^reports/
  44. navs/
  45. tendenci/
  46. ^api_tasty/
  47. ^forums/ ^feeds/posts/$ [name='feed_posts']
  48. ^forums/ ^feeds/topics/$ [name='feed_topics']
  49. ^forums/ ^$ [name='index']

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