Page not found (404)

Request Method: GET
Request URL: http://139.59.66.83/?ref=hack303

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

  1. admin/
  2. company/
  3. company_details/<int:id>
  4. transactions/<int:company_id>
  5. transaction_details/<str:id>/
  6. repayment_info/
  7. repayment_info_history/<str:id>/
  8. repayment_schedule/<str:id>/
  9. repayment_info_details/<int:id>/
  10. fldg/
  11. fldg_details/<int:id>/
  12. fldg_history/<str:id>
  13. bulk_transactions/
  14. bank_upload_UTR/
  15. bulk_reco/
  16. bulk_fldg/
  17. add-scheduled-dates/<int:company_id>
  18. schedule/<str:id>
  19. schedule_details/<str:id>
  20. add-computations/<int:company_id>
  21. add-xirr/<int:company_id>
  22. add-interest-margin/<int:company_id>
  23. computations/
  24. xirr/
  25. loan_types/
  26. loan_status/
  27. loan_performance/
  28. monthly_collections/
  29. monthly_fldg_collections/
  30. company_wise_collections/
  31. company_permissions/
  32. company_permissions_details/<int:id>
  33. company_permissions_details/<int:company_id>/users/<int:user_id>/ [name='user-company-details']
  34. lms-dev/
  35. user_authentication/
  36. LMS/
  37. Logs/
  38. proprietor/
  39. sample_files/
  40. synced-data-from-los/

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.