init project tests
This commit is contained in:
parent
d0ff728224
commit
7c9318c778
44 changed files with 4431 additions and 49 deletions
13
app/bird/migrations/0005_auto_20250607_1837.py
Normal file
13
app/bird/migrations/0005_auto_20250607_1837.py
Normal 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 = [
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue