urlpatterns = patterns('myapp.views', url(r'^articles/(?P<month>d{2})/(?P<year>d{4})/', cache_page(60 * 15)('viewArticles'), name = 'articles'),)