chore(shop): scaffold empty shop app

startapp scaffold registered in INSTALLED_APPS; no models yet.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 21:13:32 +02:00
parent 5dd3715c1f
commit 57f20fe544
7 changed files with 10 additions and 0 deletions

5
shop/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class ShopConfig(AppConfig):
name = "shop"