feat!: add status to adoption notices, reset migrations because why not

This commit is contained in:
2024-05-31 16:25:50 +02:00
parent 71e69356b8
commit 7210847710
15 changed files with 362 additions and 582 deletions

View File

@@ -4,9 +4,10 @@ from fellchensammlung.models import *
location = Recipe(
Location,
name=seq('Ort_'),
description=seq('Detaillierte Beschreibung_'),
postcode=seq("7322"),
place_id=seq(''),
name=seq('Location_'),
longitude=seq(""),
latitude=seq(""),
)
rescue_org = Recipe(