Mercurial > public > sg101
view gpp/irc/urls.py @ 342:8587c7a22094
Moved the social block up higher, just below the main nav.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 27 Feb 2011 01:58:49 +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'), )