Mercurial > public > sg101
comparison gpp/urls.py @ 544:c092efc9ce71
Initial version of the phantombrigade application.
It has one view to query the TS3 server and output a JSON representation
of the status.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 12 Jan 2012 21:42:01 -0600 |
parents | 51fa1e0ca218 |
children | bcc4e8cf841b |
comparison
equal
deleted
inserted
replaced
543:fc564c209899 | 544:c092efc9ce71 |
---|---|
40 (r'^links/', include('weblinks.urls')), | 40 (r'^links/', include('weblinks.urls')), |
41 (r'^member_map/', include('membermap.urls')), | 41 (r'^member_map/', include('membermap.urls')), |
42 (r'^messages/', include('messages.urls')), | 42 (r'^messages/', include('messages.urls')), |
43 (r'^news/', include('news.urls')), | 43 (r'^news/', include('news.urls')), |
44 (r'^oembed/', include('oembed.urls')), | 44 (r'^oembed/', include('oembed.urls')), |
45 (r'^pb/', include('phantombrigade.urls')), | |
45 (r'^podcast/', include('podcast.urls')), | 46 (r'^podcast/', include('podcast.urls')), |
46 (r'^polls/', include('polls.urls')), | 47 (r'^polls/', include('polls.urls')), |
47 (r'^potd/', include('potd.urls')), | 48 (r'^potd/', include('potd.urls')), |
48 (r'^profile/', include('bio.urls')), | 49 (r'^profile/', include('bio.urls')), |
49 (r'^shout/', include('shoutbox.urls')), | 50 (r'^shout/', include('shoutbox.urls')), |