All files for deployment ready and tested - further development in this repo.

This commit is contained in:
2025-09-22 10:42:52 +02:00
parent 57b738e9ce
commit 12c3181ad2
394 changed files with 89982 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Generated by Django 5.2.5 on 2025-08-26 09:34
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='AbschnittTyp',
fields=[
('abschnitttyp', models.CharField(max_length=100, primary_key=True, serialize=False)),
],
options={
'verbose_name_plural': 'Abschnitttypen',
},
),
]