added parent edit page

This commit is contained in:
2025-02-02 15:33:11 +01:00
parent d13127a273
commit 87607da643
13 changed files with 105 additions and 17 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 5.1.5 on 2025-02-02 14:32
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dispatcher', '0005_clocking'),
]
operations = [
migrations.AlterField(
model_name='parent',
name='project_num',
field=models.CharField(blank=True, max_length=32),
),
]