mirror of https://gitlab.federez.net/re2o/re2o
committed by
Maël Kervella
3 changed files with 31 additions and 5 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.10.7 on 2018-06-29 16:01 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('preferences', '0035_optionaluser_mail_extension'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='optionaluser', |
|||
name='mail_accounts', |
|||
field=models.BooleanField(default=False, help_text='Activation des comptes mails pour les utilisateurs'), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue