Page not found (404)

Request Method: GET
Request URL: https://bossjek.com/application/mobile/account/invoice-view.html

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

  1. [name='index']
  2. admin/
  3. api-auth/
  4. api/
  5. public/
  6. favicon.ico
  7. privacy_policy
  8. api04/
  9. api_03/
  10. api_02/
  11. api/
  12. dashboard_02/
  13. dashboard_03/
  14. isoWeek/
  15. fileIsoWeek/
  16. TestFCM/

The current path, application/mobile/account/invoice-view.html, 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.