Page not found (404)

Request Method: GET
Request URL: http://www.mmtinstitute.in/Autocad.html

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

  1. admin/
  2. [name='index']
  3. about [name='about']
  4. login [name='login']
  5. logout [name='logout']
  6. signup [name='signup']
  7. contact [name='contact']
  8. courses [name='courses']
  9. team [name='team']
  10. testimonial [name='testimonial']
  11. dash_index [name='dash_index']
  12. course [name='course']
  13. student_section [name='student_section']
  14. wallet [name='wallet']
  15. all_transection [name='all_transection']
  16. ^media/(?P<path>.*)$

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