Page not found (404)

Request Method: GET
Request URL: https://lms.platinumcredit.co.ke/door/cs?token=d0cdc38168431b79dea2b693a2ad4bbb927062d6

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

  1. ^$
  2. ^door/ ^$
  3. ^door/ password
  4. ^door/ web
  5. ^door/ first
  6. ^door/ sentry
  7. ^oldlms/
  8. ^cs/
  9. ^ipf/
  10. ^pl/
  11. ^lbf/
  12. ^im/
  13. ^kodi/
  14. ^customer/
  15. ^loans/
  16. ^main/
  17. ^tuktuk/
  18. ^xpcash/
  19. ^pph/
  20. ^momentum/
  21. ^zohomcl/
  22. ^pclzoho/
  23. ^pclugzoho/
  24. ^premierugzoho/
  25. ^ug/
  26. ^kenya_receipts/

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