forked from DGNum/gestioCOF
21 lines
511 B
Python
21 lines
511 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
# Generated by Django 1.11.15 on 2018-09-02 21:13
|
||
|
from __future__ import unicode_literals
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('gestioncof', '0013_pei'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='cofprofile',
|
||
|
name='mailing_unernestaparis',
|
||
|
field=models.BooleanField(default=False, verbose_name='Recevoir les mails unErnestAParis'),
|
||
|
),
|
||
|
]
|