mirror of https://gitlab.federez.net/re2o/re2o
committed by
Maël Kervella
5 changed files with 62 additions and 20 deletions
@ -0,0 +1,20 @@ |
|||
# -*- coding: utf-8 -*- |
|||
# Generated by Django 1.10.7 on 2018-06-30 12:32 |
|||
from __future__ import unicode_literals |
|||
|
|||
from django.db import migrations, models |
|||
|
|||
|
|||
class Migration(migrations.Migration): |
|||
|
|||
dependencies = [ |
|||
('preferences', '0036_optionaluser_mail_accounts'), |
|||
] |
|||
|
|||
operations = [ |
|||
migrations.AddField( |
|||
model_name='optionaluser', |
|||
name='max_mail_alias', |
|||
field=models.IntegerField(default=15, help_text="Nombre maximal d'alias pour un utilisateur lambda"), |
|||
), |
|||
] |
|||
Loading…
Reference in new issue