init project tests
This commit is contained in:
parent
d0ff728224
commit
7c9318c778
44 changed files with 4431 additions and 49 deletions
18
app/costs/migrations/0003_alter_costs_created.py
Normal file
18
app/costs/migrations/0003_alter_costs_created.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 5.2.2 on 2025-06-07 17:06
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('costs', '0002_expand_costs_model'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='costs',
|
||||
name='created',
|
||||
field=models.DateField(auto_now_add=True, verbose_name='Gebucht am'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue