Page not found (404)

Request Method: GET
Request URL: https://www.tajhandmadepapers.com/com/contact/testimonial.html

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

  1. admin/
  2. com/ [name='index']
  3. com/ gallery/ [name='index']
  4. com/ about/ [name='index']
  5. com/ contact/ [name='index']
  6. com/ factoury/ [name='index']
  7. com/ gallery/ [name='index']
  8. com/ seedpapers/ [name='index']
  9. com/ leatherjournal/ [name='index']
  10. com/ christmas/ [name='index']
  11. com/ paperbags/ [name='index']
  12. com/ handmadepaper/ [name='index']
  13. com/ lamp/ [name='index']
  14. com/ boxes/ [name='index']
  15. com/ gift/ [name='index']
  16. com/ cards/ [name='index']
  17. com/ hicontact/ [name='index']
  18. [name='index']

The current path, com/contact/testimonial.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.