Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed extra slashes in CELERY_BROKER_URL (celery#5792)
The Celery broker URL in settings.py had 2 slashes in the end which are not required and can be misleading. so I changed :- CELERY_BROKER_URL = 'amqp://guest:guest@localhost//' to CELERY_BROKER_URL = 'amqp://guest:guest@localhost'
- Loading branch information