Page not found (404)

Request Method: GET
Request URL: https://erpdesignstudio.com/portfolio-iima/

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

  1. admin/
  2. [name='erp']
  3. home/ [name='home']
  4. products/ [name='products']
  5. subproducts/<int:type> [name='subproducts']
  6. productdescription/<int:id> [name='productdescription']
  7. projectimages/<str:type> [name='projectimages']
  8. projects/ [name='projects']
  9. aboutus/ [name='aboutus']
  10. contact/ [name='contact']
  11. ^media/(?P<path>.*)$

The current path, portfolio-iima/, 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.