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
tasks/__init__.py Normal file
View File

@@ -0,0 +1 @@
ECHO is off.

1
tasks/analytics_tasks.py Normal file
View File

@@ -0,0 +1 @@
# Analytics and reporting tasks

1
tasks/backup_tasks.py Normal file
View File

@@ -0,0 +1 @@
# Backup and recovery tasks

1
tasks/cleanup_tasks.py Normal file
View File

@@ -0,0 +1 @@
# Data cleanup and maintenance tasks

1
tasks/email_tasks.py Normal file
View File

@@ -0,0 +1 @@
# Email sending tasks

View File

@@ -0,0 +1 @@
# Marketplace CSV import tasks

View File

@@ -0,0 +1 @@
# Image processing and optimization tasks

1
tasks/search_indexing.py Normal file
View File

@@ -0,0 +1 @@
# Search index maintenance tasks

1
tasks/task_manager.py Normal file
View File

@@ -0,0 +1 @@
# Celery configuration and task management