added parent edit page
This commit is contained in:
18
dispatcher/migrations/0006_alter_parent_project_num.py
Normal file
18
dispatcher/migrations/0006_alter_parent_project_num.py
Normal 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),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user