Hi, just wondering how i can restart python/django project via CLI.
What i want is create some cronjob to daily pull data from repo and update the project then. But for some reason, when everytime after update pulled, the python project need to be restart to take effect.
It usually done by restart the project manually in python manager

so, i look for proper way to exect it automatically via cron. Thanks