Created target project structure

This commit is contained in:
2025-10-11 12:14:49 +02:00
parent 1e2f211057
commit d7439fce46
110 changed files with 6157 additions and 0 deletions

1
models/schema/admin.py Normal file
View File

@@ -0,0 +1 @@
# Admin operation models

View File

@@ -0,0 +1 @@
# Marketplace import job models

1
models/schema/media.py Normal file
View File

@@ -0,0 +1 @@
# Media/file management models

View File

@@ -0,0 +1 @@
# Monitoring models

View File

@@ -0,0 +1 @@
# Notification models

1
models/schema/payment.py Normal file
View File

@@ -0,0 +1 @@
# Payment models

1
models/schema/search.py Normal file
View File

@@ -0,0 +1 @@
# Search models

1
models/schema/team.py Normal file
View File

@@ -0,0 +1 @@
# Team management models