Page not found (404)

No Player matches the given query.
Request Method: GET
Request URL: http://tnnt.org/player/rougelike
Raised by: tnnt.views.SinglePlayerOrClanView

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

  1. api-auth/
  2. [name='root']
  3. leaderboards [name='leaderboards']
  4. trophies [name='trophies']
  5. clans [name='clans']
  6. players [name='players']
  7. player/<str:playername> [name='singleplayer']

The current path, player/rougelike, matched the last one.

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.