How can I configure supervisor for celery and celery beat on django project?

I install supervisor with this command:

pipenv install supervisor

where is the location of the supervisor configuration file for run celery worker and celery beat?

Back to Top