dr.botzo/ircbot/old-web/storycraft/urls.py
Brian S. Stephan e7b132348f actually i need to call this ircbot
so i don't collide with the django dr_botzo
2014-03-16 09:18:17 -05:00

9 lines
217 B
Python

from django.conf.urls.defaults import *
urlpatterns = patterns('storycraft.views',
(r'^$', 'index'),
(r'^games/(?P<game_id>\d+)/$', 'game_index', dict(), 'game_index'),
)
# vi:tabstop=4:expandtab:autoindent