Page not found (404)

Request Method: GET
Request URL: http://qmh.haverford.edu/essays/library.haverford.edu

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

  1. admin/
  2. ^pages/
  3. ^ckeditor/
  4. pages/
  5. [name='home']
  6. about/ [name='about']
  7. related-projects/ [name='related-projects']
  8. visualizations/ [name='visualizations']
  9. visualizations/scatterplot-patient-admit-age-admit-year/ [name='visual_scatterplotPatientAdmitAgeVsAdmitYear']
  10. visualizations/heatmap-patient-monthly-admission-frequency/ [name='visual_heatmapPatientMonthlyAdmissionFrequency']
  11. visualizations/sankey-philanthropists-organizations-association/ [name='visual_sankeyPhilanthropistsOrganizationsAssociation']
  12. the-york-retreat [name='learn_theYorkRetreat']
  13. foundation [name='learn_foundation']
  14. structure-and-governance [name='learn_structureAndGovernance']
  15. changes-in-admin-over-time [name='learn_changesInAdminOverTime']
  16. asylum-architecture [name='learn_asylumArchitecture']
  17. gender-and-staff [name='learn_genderAndStaff']
  18. gurney-cottage/ [name='learn_gurneyCottage']
  19. training-of-doctors [name='learn_trainingOfDoctors']
  20. training-of-nurses [name='learn_trainingOfNurses']
  21. race-and-staff [name='learn_raceAndStaff']
  22. philanthropic-networks [name='learn_philanthropicNetworks']
  23. types-of-mental-illness [name='learn_typesOfMentalIllness']
  24. moral-treatment [name='learn_moralTreatment']
  25. occupational-therapy [name='learn_occupationalTherapy']
  26. asylum-library [name='learn_asylumLibrary']
  27. medical-treatment [name='learn_medicalTreatment']
  28. learn-medicalAdvancements [name='learn_medicalAdvancements']
  29. gender-and-length-of-stay [name='learn_genderAndLengthOfStay']
  30. gender-and-treatment [name='learn_genderAndTreatment']
  31. moral-treatment-and-family [name='learn_moralTreatmentAndFamily']
  32. gender-and-death [name='learn_GenderAndDeath']
  33. case-studies [name='learn_caseStudies']
  34. patient-hometowns [name='learn_patientHometowns']
  35. patient-demographics [name='learn_patientDemographics']
  36. mental-health-and-quaker-theology [name='learn_mentalHealthAndQuakerTheology']
  37. religious-life [name='learn_religiousLife']
  38. religious-diversity [name='learn_religiousDiversity']
  39. decision-to-admit-nonquakers [name='learn_decisionToAdmitNonQuakers']
  40. theology-and-family [name='learn_theologyAndFamily']
  41. glossary/ [name='glossary']
  42. bibliography/ [name='bibliography']
  43. essays/ [name='essays']
  44. essays/20cbattis/ [name='essay_20cbattis']
  45. essays/18bkaplow/ [name='essay_18bkaplow']
  46. essays/18cmichel/ [name='essay_18cmichel']
  47. essays/17acorcoran/ [name='essay_17acorcoran']
  48. essays/21zhu/ [name='essay_21zhu']
  49. essays/21scully/ [name='essay_21scully']
  50. essays/22Bratt/ [name='essay_22Bratt']
  51. admission-data/ [name='patientTable']
  52. ^myAsylum/$ [name='myAsylum']

The current path, essays/library.haverford.edu, 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.