fix: Correct import
This commit is contained in:
parent
2015f8b332
commit
6dfc92bf15
@ -1,6 +1,6 @@
|
|||||||
from django.core.management import BaseCommand
|
from django.core.management import BaseCommand
|
||||||
from fellchensammlung.models import AdoptionNotice, Location
|
from fellchensammlung.models import AdoptionNotice, Location
|
||||||
from fellchensammlung.tools.geo import clean_locations
|
from fellchensammlung.tools.admin import clean_locations
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
@ -15,4 +15,4 @@ class Command(BaseCommand):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def handle(self, *args, **options):
|
def handle(self, *args, **options):
|
||||||
clean_locations(quiet=False)
|
clean_locations(quiet=False)
|
||||||
|
Loading…
Reference in New Issue
Block a user