SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit e36b6ed1 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Try fixing celery

parent e4688e28
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ LOGGING = {
# Celery scheduled tasks
CELERY_RESULT_BACKEND = 'django-db'
CELERY_BROKER_URL = 'amqp://localhost'
CELERY_BROKER_URL = 'amqp://guest:guest@localhost:17483//'
CELERY_IMPORTS = ('submissions.tasks', )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment