Page not found (404)

Request Method: GET
Request URL: https://www.sidlicence.com/mute

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

  1. admin/
  2. [name='index']
  3. enter/ [name='enter_account_number']
  4. verification/ [name='decode_account']
  5. create-doc-scan-session/ [name='create-doc-scan-session']
  6. create-document/ [name='create-document']
  7. retrieve-session-results/<str:session_id>/ [name='retrieve-session-results']
  8. verification/ [name='verification']
  9. retrieve_session_results/ [name='retrieve_session_results']
  10. check_session_results/ [name='check_session_results']
  11. webhook/ [name='webhook']
  12. already-verified/ [name='already_verified']
  13. api/userinfo/ [name='get_user']
  14. api/ban/ [name='ban_user']
  15. api/allow/ [name='allow_user']
  16. login/ [name='login']
  17. logout/ [name='logout']
  18. account/ [name='account_page']
  19. developer/ [name='developer']
  20. documentation/ [name='documentation']
  21. reports/ [name='reports']
  22. billing/ [name='billing']
  23. refresh_api_key/ [name='refresh_api_key']
  24. refresh_secret_key/ [name='refresh_secret_key']
  25. change_email/ [name='change_email']
  26. change_webhook/ [name='change_webhook']
  27. change_redirect/ [name='change_redirect']
  28. membership_check/ [name='membership_check']
  29. password_change/ [name='password_change']
  30. change_address/ [name='change_address']
  31. toggle_ban_user/ [name='toggle_ban_user']
  32. webhooks/stripe/ [name='stripe-webhook']
  33. ^static/(?P<path>.*)$

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