From 4585d7b588df28279abbdba1c2c11433c8d9a9ad Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 20 Feb 2025 09:21:35 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20el=20campo=20contenido=20a=20la=20?= =?UTF-8?q?importaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eventos/management/commands/importar_noticias.py | 1 + 1 file changed, 1 insertion(+) diff --git a/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_noticias.py b/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_noticias.py index b5e05d1..d26114c 100644 --- a/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_noticias.py +++ b/JugarAlPadel/gestion_reservas/eventos/management/commands/importar_noticias.py @@ -33,6 +33,7 @@ class Command(BaseCommand): autor=usuario, titulo=noticia_data['titulo'], fecha_publicacion=noticia_data['fecha_publicacion'], + contenido=noticia_data['contenido'], publicado=noticia_data['publicado'] ) if creado: