Run python commands in production

Hi @regis,

I want to run python commands like makemigrations, migrate in production. How to run those commands in production using tutor.

Regards,
VS

Hi, you can refer to the documentation on how to perform commands on production:

https://docs.tutor.overhang.io/local.html#running-arbitrary-manage-py-commands

2 Likes