Page not found (404)

Request Method: GET
Request URL: https://www.tccs.in/Login.aspx

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

  1. admin/
  2. ^$
  3. ^aboutus
  4. ^services
  5. ^documents
  6. ^prohibited
  7. ^contact
  8. ^pickuprequest
  9. ^blogs
  10. ^fuelsurcharge
  11. popularcountries
  12. ^action
  13. ^track/
  14. ^tracking/
  15. ^international/courier-to-usa
  16. ^international/courier-to-uk
  17. ^international/courier-to-uae
  18. ^international/courier-to-canada
  19. ^international/courier-to-singapore
  20. ^international/courier-to-australia
  21. ^international/courier-to-france
  22. ^international/courier-to-netherlands
  23. ^international/courier-to-italy
  24. ^international/courier-to-ireland
  25. ^international/courier-to-germany
  26. ^international/courier-to-hong-kong
  27. ^international/courier-to-malaysia
  28. ^international/courier-to-south-africa
  29. ^testimonial
  30. ^rate-us/
  31. ^media/(?P<path>.*)$

The current path, Login.aspx, 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.