This commit is contained in:
IGNY8 VPS (Salman)
2025-12-04 22:43:25 +00:00
parent 1521f3ff8c
commit 8b895dbdc7
18 changed files with 1569 additions and 172 deletions

View File

@@ -89,6 +89,9 @@ class Igny8AdminSite(admin.AdminSite):
('system', 'UserSettings'),
('system', 'ModuleSettings'),
('system', 'AISettings'),
# Automation config lives under the automation app - include here
('automation', 'AutomationConfig'),
('automation', 'AutomationRun'),
],
},
}