PyCharm - Run two scripts/configurations in one click
问题 I'm working on a Django project and I have classic configuration so I just click on "run" and development server is running. But I need to run celery from console everytime I'm working on this project. Is it possible to add the celery command so both are started just using one click? I want to automatically run/stop this command: celery -A myproject.celery worker -l info --beat 回答1: The "Compound" Run Configuration can start a group of other Run Configurations in parallel. You will need the