feat: added shop models

This commit is contained in:
2024-03-24 14:31:35 +01:00
parent b8562b3d7b
commit 22cea344a5
13 changed files with 570 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
from django.apps import AppConfig
class ShopConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "shop"