view gpp/irc/urls.py @ 489:f785a646a5fc

For #232, add some javascript to resize large images in user comments.
author Brian Neal <bgneal@gmail.com>
date Wed, 19 Oct 2011 23:31:22 +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'),
)