Add ingredients and styles models

This commit is contained in:
Maximilian Friedersdorff 2024-06-24 21:45:20 +01:00
parent e0ecb769b1
commit 3b358774cf
22 changed files with 294 additions and 3 deletions

View file

@ -38,6 +38,8 @@ INSTALLED_APPS = [
"django.contrib.messages",
"django.contrib.staticfiles",
"reinheit.apps.brew",
"reinheit.apps.styles",
"reinheit.apps.ingredients",
]
MIDDLEWARE = [