فهرست منبع

Corrijo repostajes por eventos

creylopez 1 سال پیش
والد
کامیت
3893f76fd9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/eventos/management/commands/importar_eventos.py

+ 1 - 1
src/eventos/management/commands/importar_eventos.py

@@ -1,6 +1,6 @@
 import json
 import json
 from django.core.management.base import BaseCommand
 from django.core.management.base import BaseCommand
-from repostajes.models import Evento
+from eventos.models import Evento
 
 
 
 
 class Command(BaseCommand):
 class Command(BaseCommand):