root/lang/python/saichugen/gae/saichugen/urls.py
@
21120
| Revision 21120, 256 bytes (checked in by nishio, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | from django.conf.urls.defaults import * |
| 2 | |
| 3 | urlpatterns = patterns("", |
| 4 | (r"^start_single_game/$", "saichugen.main.views.start_single_game"), |
| 5 | (r"^game/(?P<game_id>\d+)/$", "saichugen.main.views.game_status"), |
| 6 | (r"^$", "saichugen.main.views.main"), |
| 7 | ) |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)