Home | Trees | Indices | Help |
|
---|
|
1 """Urls for the Zinnia discussions""" 2 from django.conf.urls.defaults import url 3 from django.conf.urls.defaults import patterns 4 5 urlpatterns = patterns('', 6 url(r'^success/$', 'django.views.generic.simple.direct_to_template', 7 {'template': 'comments/zinnia/entry/posted.html'}, 8 name='zinnia_discussion_success'), 9 ) 10
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Feb 22 09:38:54 2011 | http://epydoc.sourceforge.net |