view gpp/irc/urls.py @ 446:72ef6e809f79

For #218, put back the logic that updates the topic last visit after you make a post.
author Brian Neal <bgneal@gmail.com>
date Mon, 13 Jun 2011 02:19:13 +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'),
)