Page not found (404)

Request Method: GET
Request URL: https://libkart.io/about/contact.html

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

  1. admin/
  2. [name='index']
  3. about/ [name='about']
  4. team/ [name='team']
  5. college-management/ [name='college_management']
  6. institutional-management/ [name='ims']
  7. school-management/ [name='sms']
  8. library-management [name='library_management']
  9. web-development [name='web_development']
  10. contact/ [name='contact']
  11. privacy-and-policy/ [name='privacy_policy']
  12. request-demo/ [name='request_demo']

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