Add beginnings of a shopping app

This commit is contained in:
Maximilian Friedersdorff 2024-06-30 12:57:29 +01:00
parent bfa660f53c
commit 1ce10bf254
9 changed files with 51 additions and 0 deletions

View file

@ -44,6 +44,7 @@ INSTALLED_APPS = [
"reinheit.apps.styles",
"reinheit.apps.ingredients",
"reinheit.apps.user",
"reinheit.apps.shopping",
]
MIDDLEWARE = [