How do I set up Pycharm startup tasks to create several terminal windows?

0

I'm currently developing a django website, and every time I start up pycharm, I have to manually load 3 different terminal windows to runserver, to start shell, and do migrations.

How do I make pycharm load all those things on start up?

Paul Zet

Posted 2019-05-07T23:51:17.160

Reputation: 1

No answers