We are building, workplan now registered with statehub

This commit is contained in:
tegwick 2026-05-08 17:03:11 +02:00
parent 14b0bc6d01
commit f202b71c75
37 changed files with 2036 additions and 22 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 6.0.5 on 2026-05-08 12:39
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('ausschreibungen', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='ausschreibung',
name='archiviert',
field=models.BooleanField(db_index=True, default=False),
),
]