Mercurial > public > sg101
view irc/urls.py @ 625:08d905e38a86
For issue 23, clear spammer profile fields, shouts, & elsewhere links
upon deactivation.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 01 Nov 2012 19:35:30 -0500 |
parents | ee87ea74d46b |
children | 5ba2508939f7 |
line wrap: on
line source
"""urls for the IRC application""" from django.conf.urls import patterns, url urlpatterns = patterns('irc.views', url(r'^$', 'view', name='irc-main'), )