Page not found (404)

Request Method: GET
Request URL: http://www.hmcahof.com/inductee_alphabetical.php?myindex=81

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

  1. [name='main']
  2. faqs.html [name='faqs']
  3. our-history.html [name='ourHistory']
  4. inductee/<int:inductee_id>/ [name='playerSingle']
  5. inductees.html [name='inductees']
  6. board.html [name='board']
  7. nomination-form.html [name='nominationForm']
  8. contact-us.html [name='contactForm']
  9. success-page.html [name='successPage']
  10. success-page-contact.html [name='successPageContact']
  11. admin/
  12. ^media/(?P<path>.*)$

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