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