How to run django's "python manage.py runserver" , celery's "celery -A app_name worker -l info" and redis-server in one command
I have recently started with django. And I started doing a small project. I've been using celery with redis worker. And every to use celery and redis I have to run the celery and redis server and then django server.…