18 lines
436 B
Python
18 lines
436 B
Python
# Generated by Django 2.2.12 on 2020-10-26 12:35
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
("gestioncof", "0017_petitscours_uniqueness"),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name="petitcoursdemande",
|
|
name="email",
|
|
field=models.EmailField(max_length=300, verbose_name="Adresse email"),
|
|
),
|
|
]
|