forked from DGNum/gestioCOF
21 lines
478 B
Python
21 lines
478 B
Python
|
# Generated by Django 2.2.17 on 2021-01-08 15:51
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("bda", "0018_auto_20201021_1818"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name="tirage",
|
||
|
name="send_rappels_auto",
|
||
|
field=models.BooleanField(
|
||
|
default=True, verbose_name="Envoi automatique des mails de rappel"
|
||
|
),
|
||
|
),
|
||
|
]
|