Mercurial > public > sg101
view gpp/irc/urls.py @ 477:737a0c261a77
Add a link to John Blair's 50 years of surf music article on the banner.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 09 Sep 2011 22:16:40 +0000 |
parents | dbd703f7d63a |
children | ddd69a8e07c7 |
line wrap: on
line source
"""urls for the IRC application""" from django.conf.urls.defaults import * urlpatterns = patterns('irc.views', url(r'^$', 'view', name='irc-main'), )