diff options
author | luxagraf <sng@luxagraf.net> | 2021-07-16 13:50:33 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-07-16 13:50:33 -0400 |
commit | 9a54b87d4c250bfcbcd093915bfea1b4014d0149 (patch) | |
tree | 144ce7b5d38e83f897a1c31510a2a78e9d03b995 /app/trading/models.py | |
parent | 0bbf048da5d298f3ef857e71ae22ffb3d0c5c289 (diff) |
trad: fixed import bug
Diffstat (limited to 'app/trading/models.py')
-rw-r--r-- | app/trading/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/trading/models.py b/app/trading/models.py index c1339e0..8c622d6 100644 --- a/app/trading/models.py +++ b/app/trading/models.py @@ -3,6 +3,7 @@ import datetime import calendar from PIL import Image from django.db import models +from django.db.models import Sum from django.db.models.signals import post_save from django.contrib.sitemaps import Sitemap from django.dispatch import receiver |