Mercurial > public > sg101
view gpp/irc/urls.py @ 414:b1f939b1fb01
Fixing #204; added the ability to search on forum topics.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 09 Apr 2011 19:20:12 +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'), )