Added some logic

This commit is contained in:
maciejrusek
2026-03-18 19:14:26 +01:00
parent fdcd0653a6
commit 5722f0b7ea
13 changed files with 211 additions and 44 deletions

View File

@@ -2,4 +2,4 @@ from django.apps import AppConfig
class ShelfItemsConfig(AppConfig):
name = 'shelf_items'
name = 'apps.shelf_items'