mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
19 lines
432 B
Python
19 lines
432 B
Python
# Generated by Django 5.1.3 on 2025-05-30 07:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('Subscriptions', '0001_initial'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='registrationparentfilemaster',
|
|
name='description',
|
|
field=models.CharField(blank=True, max_length=500, null=True),
|
|
),
|
|
]
|