Page not found (404)

Request Method: GET
Request URL: https://www.phaa.org/phaa.html?042014

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

  1. admin/
  2. tinymce/
  3. accounts/
  4. store/
  5. evals/
  6. staff/
  7. ^ [name='home']
  8. ^ newslett/ [name='newslett']
  9. ^ threers/ [name='threers']
  10. ^ storybil/ [name='storybil']
  11. ^ supportgroups/ [name='supportgroups']
  12. ^ initialize_support_groups.html [name='initialize_support_groups']
  13. ^ bylaws/ [name='bylaws']
  14. ^ announcements/ [name='announcements']
  15. ^ ceremonies/ [name='ceremonies']
  16. ^ webinars/ [name='webinars']
  17. ^ forms/ [name='forms']
  18. ^ transcripts/ [name='transcripts']
  19. ^ contact/ [name='contact']
  20. ^ evaluators/ [name='evaluators']
  21. ^static/(?P<path>.*)$

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