initialize_platform
- class smarter.apps.account.management.commands.initialize_platform.Command(*args, **kwargs)[source]
Bases:
SmarterCommandDjango manage.py initialize_platform command.
- handle(*args, **options)[source]
Initialize the Smarter platform.
Creates the minimal resources necessary to start using Smarter.
Create an admin user with the provided username, email, and password.
2. Create example accounts and users. 4. Verify DNS configuration. 5. Load example projects from GitHub. 6. Add plugin examples. 7. Deploy example llm_clients. 8. Initialize providers. 9. Create StackAcademy SQL and API llm_clients. 10. Apply manifests and update secrets for database connections.