Home | Trees | Indices | Help |
---|
|
1 from django.conf.urls.defaults import * 2 3 urlpatterns = patterns('madrona.analysistools.views', 4 url(r'^(?P<uid>[\w_]+)/progress.json$', 'progress', name='analysis-progress'), 5 url(r'^(?P<uid>[\w_]+)/progress.html$', 'progress_html', name='analysis-html-progress'), 6 ) 7
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:05 2012 | http://epydoc.sourceforge.net |