Added viewsets for shelves

This commit is contained in:
maciejrusek
2026-03-10 22:52:39 +01:00
parent 624ef3ca16
commit 271337afcb
7 changed files with 52 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ INSTALLED_APPS = [
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"rest_framework",
"django_filters",
]
MIDDLEWARE = [