Page not found (404)

Request Method: GET
Request URL: https://www.budgetree.in/my-account/edit-address/

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

  1. admin/
  2. [name='landing_page']
  3. login/ [name='login']
  4. backofficeLogin/ [name='backoffice_login']
  5. backofficeLogout/ [name='backoffice_logout']
  6. logout/ [name='logout']
  7. register/ [name='register']
  8. account/
  9. backoffice/
  10. customer/
  11. product/
  12. customers/
  13. dashboard/
  14. flipkart/
  15. whitelabel/
  16. point_issuence_program/ [name='point_issuence_program']
  17. privacy_policy/ [name='privacy_policy']
  18. terms_conditions/ [name='terms_conditions']
  19. vendor_payments/ [name='vendor_payments']
  20. bill_payments/ [name='bill_payments']
  21. tax_payments/ [name='tax_payments']
  22. rental_payments/ [name='rental_payments']
  23. bulk_payout/ [name='bulk_payout']
  24. reimbursement/ [name='reimbursement']
  25. corporate/ [name='corporate']
  26. virtual_cards/ [name='virtual_cards']
  27. spend_control/ [name='spend_control']
  28. diy_module/ [name='diy_module']
  29. chart/
  30. api
  31. brand/kyc/ [name='brand_kyc']
  32. amazon/india/ [name='amazon_india']
  33. contact/ [name='contact_us']
  34. ^static/(?P<path>.*)$

The current path, my-account/edit-address/, 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.