Page not found (404)

Request Method: GET
Request URL: http://homedirect.in/index.php/default/customer/account/login/referer/aHR0cHM6Ly9ob21lZGlyZWN0LmluL2luZGV4LnBocC9kZWZhdWx0L2NhdGFsb2cvcHJvZHVjdC92aWV3L2lkLzYwMy9zL3RhdGFiZXNhbjM0Ny8,/

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

  1. admin/
  2. [name='home']
  3. my_accounts/<int:id> [name='my_accounts']
  4. edit_userprofile/<int:id> [name='edit_userprofile']
  5. update_profile/<int:id> [name='update_profile']
  6. seller_order_confirmation [name='seller_order_confirmation']
  7. buyernow/<int:id> [name='buyernow']
  8. shippingbuyer/<int:id> [name='shippingbuyer']
  9. process_orders/ [name='process_orders']
  10. place_order [name='place_order']
  11. login/ [name='login']
  12. signup/ [name='signup']
  13. forget [name='forget']
  14. customer/ [name='cust_api']
  15. customer/username=<str:name> [name='cust_api']
  16. customer/email=<str:email> [name='cust_api']
  17. contact [name='contact']
  18. productDetail/<int:id> [name='productDetail']
  19. search [name='search']
  20. search/<str:heading> [name='search']
  21. categorys_search/<str:values> [name='categorys_search']
  22. cart/ [name='cart']
  23. checkout/ [name='checkout']
  24. logout/<str:username> [name='account_logout']
  25. account_logout [name='account_logout']
  26. reset_password_done [name='reset_password_done']
  27. update_password/<str:username> [name='update_password']
  28. cust_logout [name='cust_logout']
  29. Seller_center [name='seller_center']
  30. SellerDetail/ [name='SellerDetail']
  31. seller_logout [name='seller_logout']
  32. add_product [name='add_product']
  33. SellerDetail [name='SellerDetail']
  34. seller_logout [name='seller_logout']
  35. SellerDetailUpdate [name='SellerDetailUpdate']
  36. edit_product/<str:pk>/ [name='edit_product']
  37. seller_edit_product/<str:pk>/ [name='seller_edit_product']
  38. seller_add_product [name='seller_add_product']
  39. delete_product/<str:pk>/ [name='delete_product']
  40. delete_cart/<int:id> [name='delete_cart']
  41. addComment/<int:id> [name='addComment']
  42. reports/ [name='reports']
  43. about/ [name='about']
  44. done/<str:username> [name='done']
  45. ondc-site-verification.html [name='ondc-site-verification']
  46. ondc/onboarding/on_subscribe/ [name='ondc/onboarding/on_subscribe/']
  47. on_search [name='on_search']
  48. results [name='results']
  49. search_item [name='search_item']
  50. incremental_refresh_solicited [name='incremental_refresh_solicited']
  51. search_city [name='search_city']
  52. homedirect_super_admin [name='homedirect_super_admin']
  53. superadmin_users [name='superadmin_users']
  54. superadmin_sellers [name='superadmin_sellers']
  55. shipping/
  56. order/
  57. accounts/
  58. activate/<uidb64>/<token> [name='activate']
  59. reset_password/<uidb64>/<token> [name='reset_password']
  60. ^Images/(?P<path>.*)$

The current path, index.php/default/customer/account/login/referer/aHR0cHM6Ly9ob21lZGlyZWN0LmluL2luZGV4LnBocC9kZWZhdWx0L2NhdGFsb2cvcHJvZHVjdC92aWV3L2lkLzYwMy9zL3RhdGFiZXNhbjM0Ny8,/, 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.