Page not found (404)

Request Method: GET
Request URL: http://creativeinteriorssatna.com:8083/completed-projects/14/6/Laminate-Flooring.html

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

  1. admin/
  2. [name='home']
  3. category/<slug> [name='category']
  4. product/<slug> [name='product']
  5. feedback [name='feedback']
  6. ^static/(?P<path>.*)$
  7. ^media/(?P<path>.*)$

The current path, completed-projects/14/6/Laminate-Flooring.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.