Page not found (404)

Request Method: GET
Request URL: http://superefc.org/destiny/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. ^clashofclans/
  9. ^overwatch/
  10. ^eve/
  11. ^pubg/
  12. ^destiny/ ^$
  13. ^bf5/
  14. ^about/$

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