18 lines
427 B
Python
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'),
|
|
),
|
|
]
|