ernestophone.ens.fr/gestion/migrations/0009_ernestouser_is_chef_mu.py
Maurice Debray 5062a1e84e linting
2022-02-05 16:18:00 +01:00

18 lines
427 B
Python

# Generated by Django 2.2.24 on 2022-01-11 15:12
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("gestion", "0008_auto_20211022_1923"),
]
operations = [
migrations.AddField(
model_name="ernestouser",
name="is_chef_mu",
field=models.BooleanField(default=False, verbose_name="Respo musique"),
),
]