Manually create DB in tutor kubernetes

Hi,
I am installing tutor with Kubernetes. I need to create DB tables manually. I found that django will allow us to create tables manually using makemigrations and migrate commands. I tried with tutor k8s lms run lms ./manage.py makemigrations but tutor kubernetes don’t have any run command. So is there any way to handle this. I need your suggestions. please help

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.