Skip to content

Commit

Permalink
Add Sum import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjuro Jogdeo committed May 7, 2020
1 parent db800de commit 8ebb4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataviz/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections import OrderedDict

from django.contrib.auth.mixins import LoginRequiredMixin
from django.db.models import DecimalField, FloatField, IntegerField, ExpressionWrapper, F, Case, When
from django.db.models import DecimalField, FloatField, IntegerField, ExpressionWrapper, F, Case, When, Sum
from django.db.models.functions import Coalesce
from django.db.models.expressions import RawSQL
from django.http import JsonResponse
Expand Down

0 comments on commit 8ebb4ce

Please sign in to comment.