18 lines
439 B
Python
18 lines
439 B
Python
# Generated by Django 2.0.5 on 2018-06-02 15:36
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('manuels', '0021_auto_20180602_1638'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='teacher',
|
|
name='has_confirmed_list',
|
|
field=models.BooleanField(default=False, verbose_name='a confirmé les listes'),
|
|
),
|
|
]
|