If possible, add a hook to run required services automatically on manage.py runserver:
celery
celerybeat
redis
ngrok tunnel (if configured)
It will only be used when running the bot locally (otherwise the wsgi script & separate services will be used). Path to binaries will to be configured in settings.py.
If possible, add a hook to run required services automatically on manage.py runserver:
It will only be used when running the bot locally (otherwise the wsgi script & separate services will be used). Path to binaries will to be configured in settings.py.
https://github.com/rfk/django-supervisor