Page not found (404)

Request Method: GET
Request URL: http://scrabble.lk/tournament/all-island-scrabble-competition-aisc-2015-under8/
Raised by: ratings.views.tournament

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

  1. ratings/
  2. player/
  3. search/
  4. live/
  5. player/<slug:slug>/
  6. player/<slug:slug1>/<slug:slug2>/
  7. rr/
  8. tournament/<slug:slug>/

The current path, tournament/all-island-scrabble-competition-aisc-2015-under8/, 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.