Browse Source

Corrijo la importación de eventos

politica
creylopez 9 months ago
parent
commit
619ae86cd5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      JugarAlPadel/gestion_reservas/eventos/management/commands/importar_eventos.py

+ 1
- 1
JugarAlPadel/gestion_reservas/eventos/management/commands/importar_eventos.py View File

@ -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):


Loading…
Cancel
Save