diff options
| author | Yuval Adam <yuval@top7.com> | 2011-03-10 18:22:22 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@top7.com> | 2011-03-10 18:22:22 +0200 |
| commit | 60669ea7995963b132fc061240ed45aee0808f6e (patch) | |
| tree | 1331d63067afb5fe1267ae1a90dade991cf356ac /urls.py | |
| parent | 708b1c943c636eefaeb491e30f5a8339905471c1 (diff) | |
Diffstat (limited to 'urls.py')
| -rw-r--r-- | urls.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,7 +7,9 @@ admin.autodiscover() urlpatterns = patterns('', (r'^$', 'fooz.main.views.index'), + (r'^h2h/(\d)/(\d)/$', 'fooz.main.views.headToHead'), (r'^match/$', 'fooz.main.views.match'), + # Example: # (r'^fooz/', include('fooz.foo.urls')), |
