Ejemplo n.º 1
0
 def get_context_data(self):
     return {'articles': Article.objects.all().order_by('-date_published')[:5],
             'tweets': fetch_tweets(),
             'github_activity': fetch_activity()[:8]}
Ejemplo n.º 2
0
 def get_context_data(self):
     return {'articles': Article.objects.all().order_by('-date_published')[:5],
             'tweets': fetch_tweets(),
             'github_activity': fetch_activity('codeinthehole', num_items=8)}