prihoda / golem

Open-source chatbot framework for python developers. Batteries included 🔋🔋
GNU General Public License v3.0
46 stars 12 forks source link

Run celery and redis automatically on runserver #10

Closed prihoda closed 6 years ago

prihoda commented 6 years ago

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

mzilinec commented 6 years ago

Will be done by Golm init script, see 146c55a9abf0b42c8be3e8bfaf28ac278921b5ee . Depends on #33 .