Skip to content
Snippets Groups Projects

add acceptation field to sortie view in admin UI

Merged Hamza Touizrat requested to merge interface_admin into master
6 files
+ 77
3
Compare changes
  • Side-by-side
  • Inline

Files

# Generated by Django 2.2 on 2022-08-16 22:00
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('profiles', '0016_auto_20211225_1242'),
]
operations = [
migrations.AddField(
model_name='student',
name='qpv',
field=models.BooleanField(blank=True, null=True),
),
]
Loading