Make minor changes to add needed imports

This commit is contained in:
Alan Rominger
2021-07-12 15:32:17 -04:00
parent b10a8b0fa9
commit 39e23db523
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
# All Rights Reserved.
from decimal import Decimal
import random
from django.core.validators import MinValueValidator
from django.db import models, connection