Moved the local part of the application from the Mia core application to the Mia Womb local application.

This commit is contained in:
2020-08-18 00:37:04 +08:00
parent edeaaef00c
commit d4961f9e25
15 changed files with 26 additions and 1737 deletions

View File

@ -26,7 +26,7 @@ from django.db import transaction
from django.utils import timezone
from accounting.utils import Populator
from mia_core.models import User
from mia_womb.models import User
class Command(BaseCommand):