show/hide this revision's text 2 added a '*' to unwrap the generator
mods = ('Project','Links','Profile','Contact')

urlpatterns = patterns('',
   (('^%s/$'%n, *(('^%s/$'%n, 'mysite.app.views.%s'%n.lower()) for n in mods)
)
show/hide this revision's text 1
mods = ('Project','Links','Profile','Contact')

urlpatterns = patterns('',
   (('^%s/$'%n, 'mysite.app.views.%s'%n.lower()) for n in mods)
)