Coverage for timelaps/urls.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
path('drivers/', ListDriverView.as_view()), path('races/', ListRaceView.as_view()), path('relays/', ListRelayView.as_view()), path('rules/', ListRulesView.as_view()), path('teams/', ListTeamView.as_view()), path('engagedpilots/', ListEngagedPilotView.as_view()), url('race/(?P<raceid>\d+)', ListRelaysByRaceAndTeamView.as_view()), ] |