creylopez пре 1 година
родитељ
комит
cf15381554
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/eventos/management/commands/importar_eventos.py

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

@@ -31,7 +31,7 @@ class Command(BaseCommand):
                     descripcion=evento_data['descripcion'],
                     fecha=evento_data['fecha'],
                     plazas_disponibles=evento_data['plazas_disponibles'],
-                    pubicado=evento_data['pubicado'],
+                    publicado=evento_data['publicado'],
                     url_imagen=evento_data['url_imagen']
                 )
                 if creado: