Mercurial > public > sg101
view gpp/irc/urls.py @ 419:fc2feaa98c58
Tweaking text on some registration templates.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 18 Apr 2011 00:40:39 +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'), )