mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-11 08:52:21 +01:00
19 lines
418 B
Python
19 lines
418 B
Python
# Generated by Django 2.0 on 2018-08-16 12:29
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('marietje', '0005_user_study'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='user',
|
|
name='email',
|
|
field=models.EmailField(blank=True, max_length=254, verbose_name='email address'),
|
|
),
|
|
]
|