Page not found (404)

Request Method: GET
Request URL: http://localhost:8010/index.php?totalbooks=500&numtitles=100&order=score&yearstart=1901&yearend=1901&gsdata=1&alhdata=1&aldata=1&pdata=1&nbadata=1&nytdata=0.0&startnumber=0&order=score

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

  1. [name='index']
  2. admin/
  3. 19th_century/ [name='nineteenth_century']
  4. 20th_century/ [name='twentieth_century']
  5. 1800_to_present/ [name='1800_to_present']
  6. nyt_archive/ [name='nyt_archive']
  7. custom/ [name='custom']
  8. about/ [name='about']
  9. statistics/ [name='statistics']
  10. author/<int:author_id>/ [name='author']
  11. edit_work_metadata/<int:work_id>/ [name='edit_work_metadata']
  12. work/<int:work_id>/ [name='work']
  13. search/ [name='search']
  14. user_login/ [name='login']
  15. new_user/ [name='new_user']
  16. user/ [name='user']
  17. log_out/ [name='log_out']
  18. set_work_status/ [name='set_work_status']
  19. user_preset/<int:preset_id>/ [name='user_preset']
  20. delete_preset/<int:preset_id>/ [name='delete_preset']
  21. wish_list/ [name='wish_list']
  22. password_reset/ [name='password_reset']
  23. password_reset_confirm/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/ [name='password_reset_confirm']
  24. password_reset/done/ [name='password_reset_done']
  25. password_reset_complete/ [name='password_reset_complete']
  26. add_work/<int:author_id>/ [name='add_work']
  27. add_author/ [name='add_author']
  28. add_region/ [name='add_region']
  29. query_stats/ [name='query_stats']
  30. requeue_work/ [name='requeue_work']
  31. add_to_deny_list/ [name='add_to_deny_list']
  32. ^static/(?P<path>.*)$

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