Skip to content

Commit

Permalink
Adding social media metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Ederporto committed Sep 14, 2023
1 parent 6aab6f8 commit 8486068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def show_metrics_per_project(request):
def get_metrics_and_aggregate_per_project():
aggregated_metrics_and_results = {}

for project in Project.objects.filter(pk=7):#all():
for project in Project.objects.all():
project_metrics = []
for activity in Activity.objects.filter(area__project=project):
activity_metrics = {}
Expand Down

0 comments on commit 8486068

Please sign in to comment.