Page not found (404)

Request Method: GET
Request URL: https://3.138.215.143/

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

  1. ^testvb/vbtoolLaunch/
  2. django-rq/
  3. ^econservice/gllaunch/echo_test/
  4. ^econservice/gllaunch/update_fred_data_direct/
  5. ^econservice/gllaunch/toolLaunch/
  6. ^econservice/econlaunch/echo_test/
  7. ^econservice/econlaunch/toolLaunch/
  8. ^econservice/econlaunch/forceToolLaunch/
  9. ^econservice/econlaunch/get_dup_sessions/
  10. ^simLaunch/
  11. ^xlsim/simLaunch/
  12. ^econservice/gldata/
  13. ^econservice/data/econ/ca/
  14. ^econservice/data/econ/ue/
  15. ^econservice/data/econ/oppcost/
  16. ^econservice/data/econ/inflation/
  17. ^econservice/data/econ/monetary_policy/
  18. ^econservice/data/econ/common_services/
  19. ^econservice/data/econ/sim_services/
  20. ^econservice/data/econ/gdp/
  21. ^version/
  22. admin/
  23. ^media_library/
  24. ^importcsv/
  25. ^ManageLearningObj/
  26. ^ManageGrades/
  27. ^LTI/
  28. ^nclex/
  29. ^static\/(?P<path>.*)$

The empty path 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.