dataplot.soccer.urls
index
/home/thocking/dataplot/docs/htdocs/pydoc/dataplot/soccer/urls.py

 
Modules
       
dataplot.R
dataplot.plotmodels
os
pdb

 
Data
        GAME_STATS = ('hi_score', 'lo_score', 'differential')
PLAYER_STATS = ('games', 'wins', 'win_percent', 'goals_per_game', 'team_goals_per_game', 'goals_allowed_per_game', 'differential')
handler404 = 'django.views.defaults.page_not_found'
handler500 = 'django.views.defaults.server_error'
urlpatterns = [<RegexURLPattern None ^$>, <RegexURLPattern None ^(?P<model>[a-z]+)s/(?P<order_by>[a-z_]+)/$>, <RegexURLPattern None ^(?P<model>[a-z]+)/(?P<key>[\w-]+)/$>, <RegexURLPattern None ^plots/$>]