Page not found (404)

Request Method: GET
Request URL: https://invincibleweb.in/iws/

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

  1. admin/
  2. about [name='AboutUs']
  3. contact [name='ContactUs']
  4. services/<str:slug> [name='ServicePage']
  5. services [name='AllServicePage']
  6. portfolio [name='PortfolioPage']
  7. plans-pricing [name='PlansPricingPage']
  8. [name='HomePage']
  9. ^media/(?P<path>.*)$

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