Page not found (404)

Request Method: GET
Request URL: http://django/social-security

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

  1. waste_management_project [name='waste_management_project-url']
  2. livelihood [name='livelihood-url']
  3. gallery [name='gallery-url']
  4. trustee [name='trustee-url']
  5. contact [name='contact-url']
  6. project [name='project-url']
  7. about [name='about-url']
  8. [name='index-url']
  9. admin/

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