in blog | timonweb.com |
---|---|
original entry | Django Dev Made Easy: How to Run Multiple Processes Simultaneously |
As a Django developer, I have to run multiple processes while developing, such as the Django server, a JavaScript compiler, and Celery. Launching these processes separately can be time-consuming and tedious. Just try opening three terminal windows, and you'll understand what I mean.
Finally, I found a solution …