Page not found (404)

Request Method: GET
Request URL: http://dindorinursingcollege.com/maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. admin/
  4. [name='index']
  5. index2/ [name='index2']
  6. academic_planning_monitoring/ [name='academic_planning_monitoring']
  7. anti_ragging_committee/ [name='anti_ragging_committee']
  8. b/ [name='b']
  9. college_dev_comm/ [name='college_dev_comm']
  10. composition_of_scst_committee/ [name='composition_of_scst_committee']
  11. contact_us/ [name='contact_us']
  12. dpharm/ [name='dpharm']
  13. e_resources/ [name='e_resources']
  14. founder/ [name='founder']
  15. governing_body/ [name='governing_body']
  16. grievance_redressal_cell/ [name='grievance_redressal_cell']
  17. industrial_visits/ [name='industrial_visits']
  18. b/ [name='internal_complaint_committee']
  19. iqac_cell/ [name='iqac_cell']
  20. library_details/ [name='library_details']
  21. news/ [name='news']
  22. pharma/ [name='pharma']
  23. pharmac/ [name='pharmac']
  24. physiotherapy/ [name='physiotherapy']
  25. principle/ [name='principle']
  26. program_outcomes/ [name='program_outcomes']
  27. r_and_d/ [name='r_and_d']
  28. rules_of_conduct/ [name='rules_of_conduct']
  29. silent_features/ [name='silent_features']
  30. student_council/ [name='student_council']
  31. students_achievements/ [name='students_achievements']
  32. vision_mission/ [name='vision_mission']
  33. B_BSC/ [name='B_BSC']
  34. ANM/ [name='ANM']
  35. GNM/ [name='GNM']
  36. NAAC/ [name='NAAC']
  37. muh/ [name='muh']
  38. event/ [name='event']
  39. mh/ [name='mh']
  40. send_mail/ [name='send_mail']
  41. send_mail1/ [name='send_mail1']
  42. send_mail2/ [name='send_mail2']

The current path, maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css, 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.