mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-03-16 03:57:34 +00:00
19 lines
427 B
Python
19 lines
427 B
Python
# Generated by Django 3.1 on 2020-09-19 20:45
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('member', '0002_auto_20200919_2015'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='tfjmuser',
|
|
name='email_confirmed',
|
|
field=models.BooleanField(default=False, verbose_name='email confirmed'),
|
|
),
|
|
]
|