mods = ('Project','Links','Profile','Contact')
urlpatterns = patterns('',
(('^%s/$'%n, *(('^%s/$'%n, 'mysite.app.views.%s'%n.lower()) for n in mods)
)
|
2 | added a '*' to unwrap the generator | ||
|
|
||||
|
1 |
|
||
|
||||
