Page not found (404)

Request Method: GET
Request URL: http://thinksolar.co.in/projects.html

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

  1. admin/
  2. index/
  3. about_us/
  4. projects/
  5. project-details/
  6. project-details-2/
  7. project-details-3/
  8. project-details-4/
  9. training/
  10. details_training/
  11. registration/
  12. gallery/
  13. contact/
  14. home/
  15. ^images/(?P<path>.*)$

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