diff --git a/src/eventos/management/commands/importar_eventos.py b/src/eventos/management/commands/importar_eventos.py index 96c1f73..24acb7b 100644 --- a/src/eventos/management/commands/importar_eventos.py +++ b/src/eventos/management/commands/importar_eventos.py @@ -1,6 +1,6 @@ import json from django.core.management.base import BaseCommand -from repostajes.models import Evento +from eventos.models import Evento class Command(BaseCommand):