Add automation module to settings and update app labels
- Registered the new AutomationConfig in the INSTALLED_APPS of settings.py. - Set the app_label for AutomationRule and ScheduledTask models to 'automation' for better organization and clarity in the database schema.
This commit is contained in:
5
backend/igny8_core/modules/automation/models.py
Normal file
5
backend/igny8_core/modules/automation/models.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# Backward compatibility alias - models moved to business/automation/
|
||||
from igny8_core.business.automation.models import AutomationRule, ScheduledTask
|
||||
|
||||
__all__ = ['AutomationRule', 'ScheduledTask']
|
||||
|
||||
Reference in New Issue
Block a user