fix: Add missing __init__.py files for Django management commands
Django requires __init__.py files in management/ and management/commands/
directories to discover custom management commands. Without these files,
train_hybrid_models and evaluate_hybrid commands won't be found.
This fixes the 'Unknown command: train_hybrid_models' error.
directories to discover custom management commands. Without these files,
train_hybrid_models and evaluate_hybrid commands won't be found.
This fixes the 'Unknown command: train_hybrid_models' error.
Authored by
Claude <noreply@anthropic.com>
- SHA
a0b20d2902ac03c0ac2e599e032162734e8a2a7a- Parents
-
21ab949 - Tree
8891e63