Ajout d'un fichier manquant

This commit is contained in:
Jean-Marie Favreau 2024-12-22 15:53:52 +01:00
parent 933e73de5c
commit ca6c7889a5

View File

@ -0,0 +1,18 @@
# Generated by Django 4.2.9 on 2024-12-22 15:19
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('agenda_culturel', '0129_batchimportation_agenda_cult_created_a23990_idx_and_more'),
]
operations = [
migrations.AddField(
model_name='recurrentimport',
name='forceLocation',
field=models.BooleanField(default=False, help_text='force location even if another is detected.', verbose_name='Force location'),
),
]