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/database/admin.py Normal file
View File

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

1
models/database/audit.py Normal file
View File

@@ -0,0 +1 @@
# AuditLog, DataExportLog models

View File

@@ -0,0 +1 @@
# BackupLog, RestoreLog models

View File

@@ -0,0 +1 @@
# PlatformConfig, VendorConfig, FeatureFlag models

View File

@@ -0,0 +1 @@
# MarketplaceImportJob model

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

@@ -0,0 +1 @@
# MediaFile, ProductMedia models

View File

@@ -0,0 +1 @@
# PerformanceMetric, ErrorLog, SystemAlert models

View File

@@ -0,0 +1 @@
# NotificationTemplate, NotificationQueue, NotificationLog models

View File

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

View File

@@ -0,0 +1 @@
# SearchIndex, SearchQuery models

1
models/database/task.py Normal file
View File

@@ -0,0 +1 @@
# TaskLog model

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