Page not found (404)

Request Method: GET
Request URL: https://clippingpathsaffron.com/account/pricing.html

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

  1. admin/
  2. froala_editor/
  3. [name='index']
  4. pricing [name='pricing']
  5. services [name='services']
  6. samples [name='samples']
  7. contact [name='contact']
  8. services/clipping-path-service [name='services']
  9. services/<whichservice> [name='services']
  10. service [name='service']
  11. terms-and-conditions [name='terms-and-conditions']
  12. about/ [name='about']
  13. privacy-policy/ [name='privacy-policy']
  14. account/ login [name='login']
  15. account/ register [name='register']
  16. account/ myaccount [name='myaccount']
  17. account/ orderdetails/<order_no> [name='orderdetails']
  18. account/ profile [name='profile']
  19. account/ editprofile [name='editprofile']
  20. account/ logout [name='logout']
  21. account/ freetrial [name='freetrial']
  22. account/ createjob [name='createjob']
  23. account/ upload-images [name='upload-images']
  24. account/ manager [name='manager']
  25. account/ dashboard [name='dashboard']
  26. account/ manageorder/<order_no> [name='manageorder']
  27. account/ jdownload/<order_no> [name='jdownload']
  28. account/ mout [name='mout']
  29. account/ forget-password/ [name='password-recovery']
  30. account/ recover-password/ [name='recover-password']
  31. ^static\/(?P<path>.*)$
  32. ^static\/(?P<path>.*)$
  33. ^media\/(?P<path>.*)$

The current path, account/pricing.html, 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.