Page not found (404)

Request Method: GET
Request URL: https://casestudyhomes.com/projects/

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

  1. cookie_consent/ [name='cookie_consent']
  2. about [name='about']
  3. projects [name='project_index']
  4. project/<slug:slug> [name='project']
  5. tinymce/
  6. admin/
  7. [name='start']

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