1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 18:08:21 +02:00

updated survey

This commit is contained in:
mcngnt
2024-08-26 17:09:05 +02:00
parent 2a288ba474
commit 74c5f6f513
2 changed files with 76 additions and 38 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 2.2.28 on 2024-08-24 15:30
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('member', '0011_profile_vss_charter_read'),
]
operations = [
migrations.AlterField(
model_name='profile',
name='promotion',
field=models.PositiveSmallIntegerField(default=2024, help_text='Year of entry to the school (None if not ENS student)', null=True, verbose_name='promotion'),
),
]