Page not found (404)

Request Method: GET
Request URL: https://clippingpathsaffron.com/about-us.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/
  15. ^static\/(?P<path>.*)$
  16. ^static\/(?P<path>.*)$
  17. ^media\/(?P<path>.*)$

The current path, about-us.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.