Browse Source

Corrijo repostajes por eventos

main
creylopez 9 months ago
parent
commit
3893f76fd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/eventos/management/commands/importar_eventos.py

+ 1
- 1
src/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