Page not found (404)

No ResultTT matches the given query.
Request Method: GET
Request URL: http://sfwtiming.com:8000/RaceDB/Hub/ResultAnalysis/1/1/102/
Raised by: core.hub.ResultAnalysis

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

  1. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^$ [name='home']
  2. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^(?P<rfid_antenna>\d+)/$
  3. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^Home/$
  4. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/$
  5. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/SearchCompetitions/$
  6. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/CompetitionResults/(?P<competitionId>\d+)/$
  7. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/CategoryResults/(?P<eventId>\d+)/(?P<eventType>\d+)/(?P<categoryId>\d+)/$
  8. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/CustomCategoryResults/(?P<eventId>\d+)/(?P<eventType>\d+)/(?P<customCategoryId>\d+)/$
  9. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/LicenseHolderResults/(?P<licenseHolderId>\d+)/$
  10. ^[Rr][Aa][Cc][Ee][Dd][Bb]/ ^.*Hub/ResultAnalysis/(?P<eventId>\d+)/(?P<eventType>\d+)/(?P<resultId>\d+)/$

The current path, RaceDB/Hub/ResultAnalysis/1/1/102/, 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.