fix: Correct import

This commit is contained in:
moanos [he/him] 2024-10-29 17:49:39 +01:00
parent 2015f8b332
commit 6dfc92bf15

View File

@ -1,6 +1,6 @@
from django.core.management import BaseCommand
from fellchensammlung.models import AdoptionNotice, Location
from fellchensammlung.tools.geo import clean_locations
from fellchensammlung.tools.admin import clean_locations
class Command(BaseCommand):
@ -15,4 +15,4 @@ class Command(BaseCommand):
)
def handle(self, *args, **options):
clean_locations(quiet=False)
clean_locations(quiet=False)