init project tests

This commit is contained in:
Maximilian 2025-06-07 19:24:41 +02:00
parent d0ff728224
commit 7c9318c778
44 changed files with 4431 additions and 49 deletions

View file

@ -0,0 +1,13 @@
# Generated by Django 5.2.2 on 2025-06-07 16:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bird', '0004_expand_costs_model'),
]
operations = [
]