Page not found (404)

Request Method: GET
Request URL: http://superefc.org/diablo/index.html

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

  1. ^admin/
  2. ^$
  3. ^league/$
  4. ^league/champions/$
  5. ^league/champions/getpopularity$
  6. ^league/fivebangers/$
  7. ^diablo/ ^$
  8. ^diablo/ ^profiles
  9. ^clashofclans/
  10. ^overwatch/
  11. ^eve/
  12. ^pubg/
  13. ^destiny/
  14. ^bf5/
  15. ^about/$

The current URL, diablo/index.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.