compute plan grouping
This commit is contained in:
parent
3896636f9b
commit
19b36b9a2c
7 changed files with 284 additions and 93 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.2 on 2025-05-23 14:52
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("services", "0028_computeplangroup_computeplan_group"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name="computeplangroup",
|
||||
options={"ordering": ["order", "name"]},
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue