cambios en migraciones
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
All checks were successful
DEPLOY_MULTI_BRACH/pipeline/head This commit looks good
This commit is contained in:
35
apps/promociones/fixtures/semillas.json
Normal file
35
apps/promociones/fixtures/semillas.json
Normal file
@@ -0,0 +1,35 @@
|
||||
[
|
||||
{
|
||||
"model": "promociones.promocion",
|
||||
"pk": 1,
|
||||
"fields": {
|
||||
"nombre": "Oferta de Bienvenida",
|
||||
"fecha_inicio": "2026-04-01",
|
||||
"descripcion": "Descuento para nuevos usuarios",
|
||||
"activo": true,
|
||||
"categoria_id": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "promociones.promocion",
|
||||
"pk": 2,
|
||||
"fields": {
|
||||
"nombre": "Promo Primavera",
|
||||
"fecha_inicio": "2026-05-01",
|
||||
"descripcion": "Todo al 20% de descuento",
|
||||
"activo": true,
|
||||
"categoria_id": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"model": "promociones.promocion",
|
||||
"pk": 3,
|
||||
"fields": {
|
||||
"nombre": "Liquidación Stock",
|
||||
"fecha_inicio": "2026-04-14",
|
||||
"descripcion": "Últimas unidades",
|
||||
"activo": false,
|
||||
"categoria_id": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user