Moved the local part of the application from the Mia core application to the Mia Womb local application.
This commit is contained in:
@ -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):
|
||||
|
@ -23,7 +23,7 @@ from django.urls import path, register_converter
|
||||
from django.views.decorators.http import require_GET
|
||||
from django.views.generic import RedirectView
|
||||
|
||||
from mia_core.digest_auth import login_required
|
||||
from mia_womb.digest_auth import login_required
|
||||
from . import converters, views
|
||||
|
||||
register_converter(converters.PeriodConverter, "period")
|
||||
|
@ -38,7 +38,7 @@ from django.utils.translation import gettext as _, gettext_noop
|
||||
from django.views.decorators.http import require_GET, require_POST
|
||||
from django.views.generic import RedirectView, ListView, DetailView
|
||||
|
||||
from mia_core.digest_auth import login_required
|
||||
from mia_womb.digest_auth import login_required
|
||||
from mia_core.period import Period
|
||||
from mia_core.utils import Pagination, get_multi_lingual_search, \
|
||||
PaginationException
|
||||
|
Reference in New Issue
Block a user