Moved the Polulator from accounting.populate to accounting.utils in the accounting application.
This commit is contained in:
@ -23,7 +23,7 @@ import random
|
||||
from django.core.management import BaseCommand, CommandParser
|
||||
from django.utils import timezone
|
||||
|
||||
from accounting.populate import Populator
|
||||
from accounting.utils import Populator
|
||||
from mia_core.models import User
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user