Page not found (404)

Request Method: GET
Request URL: https://riffs.com/doc.cgi?section=contact

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

  1. admin/
  2. [name='index']
  3. community/create/ [name='community_create']
  4. communities/ [name='communities']
  5. communities/my/ [name='my_communities']
  6. community/<community_id>/<slug>/ [name='community']
  7. community/<community_id>/<slug>/manage/ [name='community_manage']
  8. community/<community_id>/<slug>/invite/ [name='community_invite']
  9. community/<community_id>/<slug>/invite/<link>/ [name='community_invite_link']
  10. community/<community_id>/<slug>/post/ [name='create_community_post']
  11. community/<community_id>/<slug>/post/<post_id>/<post_slug>/ [name='community_post']
  12. community/<community_id>/<slug>/post/<post_id>/<post_slug>/delete/ [name='community_post_delete']
  13. community/<community_id>/<slug>/post/<post_id>/<post_slug>/comment/ [name='community_post_comment']
  14. terms/ [name='terms']
  15. privacy/ [name='privacy']
  16. login/ [name='login']
  17. logout/ [name='logout']
  18. signup/ [name='signup']
  19. password/reset/ [name='password_reset']
  20. password/change/<uid>/<token>/ [name='password_change']
  21. email_verify/<uid>/<token>/ [name='email_verify']

The current path, doc.cgi, 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.