reviews = articles.filter(article_type__name__exact='review')
Not sure what the problem was. Today I'll learn how to commit.
reviews = articles.filter(article_type__name__exact='review')
news = articles.filter(article_type__name__exact='news')
(r'^music/artists/(?P[-\w]+)/$', 'objecta_website.content_manager.views.artist_profile'),