What problem will this feature address?
When working with Django and databases, I often have to wait for the deployment to complete, then access the container through a terminal and run "python manage.py migrate".
Describe the solution you'd like
It would be great if the project settings included a box where I could enter the command I want to execute. Something like adding a command to the initContainers of a Kubernetes manifest.
Describe alternatives you've considered
It would be helpful if you could provide some documentation on how to modify the manifest so I can add the command I want to execute.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
What problem will this feature address?
When working with Django and databases, I often have to wait for the deployment to complete, then access the container through a terminal and run "python manage.py migrate".
Describe the solution you'd like
It would be great if the project settings included a box where I could enter the command I want to execute. Something like adding a command to the initContainers of a Kubernetes manifest.
Describe alternatives you've considered
It would be helpful if you could provide some documentation on how to modify the manifest so I can add the command I want to execute.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help