Page not found (404)

“C:\inetpub\wwwroot\8-images\10-alternative-choice-to-nursing-homes.html” does not exist
Request Method: GET
Request URL: http://www.goldencareafh.com/8-images/10-alternative-choice-to-nursing-homes.html
Raised by: django.views.static.serve

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

  1. visitor-data-view/<int:visitor_id>
  2. admin/
  3. website-api/
  4. common-api/
  5. account-api/
  6. school-api/
  7. mobile-api/
  8. dg-form/
  9. exe-builder-api/
  10. ^(?P<path>.*)$

The current path, 8-images/10-alternative-choice-to-nursing-homes.html, matched the last one.

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.