bookwyrm/celerywyrm
bcj 31deb36c85 URL-Encode password in broker_url
Needed to prevent connection errors if the password contains non-urlsafe characters.

Dockerfile change because all the services using it are mirroring ./ in /app now anyway.
Flower needs because it needs bookwyrm in order to read the celerywyrm config (because flower only allows overwriting broker_url from the command line and we want to do it in Python so we have access to a urlencode function).
2021-05-23 23:49:12 -05:00
..
__init__.py Runs black 2021-03-08 08:49:10 -08:00
asgi.py Runs black 2021-03-08 08:49:10 -08:00
celery.py Runs black 2021-03-08 08:49:10 -08:00
settings.py URL-Encode password in broker_url 2021-05-23 23:49:12 -05:00
urls.py Runs black 2021-03-08 08:49:10 -08:00
wsgi.py Runs black 2021-03-08 08:49:10 -08:00