Page not found (404)

Request Method: GET
Request URL: https://locatestreet.com/highscores.php

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

  1. admin/
  2. ^oauth/
  3. ^logout/
  4. ^ [name='index_view']
  5. ^ game [name='game_view']
  6. ^ login [name='login_view']
  7. ^ accounts/profile/ [name='profile_view']
  8. ^ leaderboard/ [name='leaderboard_view']
  9. ^ privacy [name='privacy_view']

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