Page not found (404)

Request Method: GET
Request URL: http://3.111.44.229/

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

  1. ^tz/
  2. ^login/
  3. ^api/
  4. ^communication/
  5. ^dashboard/
  6. ^main/
  7. ^profile/
  8. ^production/
  9. ^sub_contract/
  10. ^network/
  11. ^integration/
  12. ^inventory/
  13. ^documents/
  14. ^job_works/
  15. ^settings/
  16. ^settings/
  17. ^gst/
  18. ^reporting/
  19. ^reminders/
  20. ^transaction/
  21. ^payment-collections/
  22. ^payment-payouts/
  23. ^payments/
  24. ^tagging/
  25. ^logistics_integration/
  26. ^bulk_upload/
  27. ^ops_dashboard/
  28. ^resource_planning/
  29. ^quotations/
  30. ^approval/
  31. ^subscription/
  32. ^iam/
  33. swagger/schema/ [name='schema']
  34. swagger/ [name='swagger-ui']
  35. swagger/schema/redoc/ [name='redoc']

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.