Page not found (404)

Request Method: GET
Request URL: https://www.gchmcs.com/about-usd61c/cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.html

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. admin/
  4. admin/
  5. [name='index']
  6. index-2/ [name='index-2']
  7. contact-us/ [name='contact-us']
  8. downloads/ [name='downloads']
  9. about-usd708/ [name='about-usd708']
  10. facility/ [name='facility']
  11. about-usdcfd/ [name='about-usdcfd']
  12. about-usd61c/ [name='about-usd61c']
  13. Why/ [name='Why']
  14. Mission/ [name='Mission']
  15. gallery/ [name='gallery']
  16. about-us/ [name='about-us']
  17. courses681a/ [name='courses681a']
  18. placements/ [name='placements']
  19. courses0b30/ [name='courses0b30']
  20. coursesd708/ [name='coursesd708']
  21. coursesdcfd/ [name='coursesdcfd']
  22. admissionform/ [name='admissionform']
  23. send_maill/ [name='send_maill']
  24. send_mail/ [name='send_mail']

The current path, about-usd61c/cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.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.