feat(purchase/): add purchase app

This commit is contained in:
2026-03-20 12:03:57 +01:00
parent e46f034d9e
commit 84a6c4cf5e
8 changed files with 51 additions and 0 deletions

5
purchase/apps.py Normal file
View File

@@ -0,0 +1,5 @@
from django.apps import AppConfig
class PurchaseConfig(AppConfig):
name = 'purchase'