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