Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2017-02-14 15:14:45 +01:00
parent 38afdbf7d5
commit d98e6b029c
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'rowsandall_app.settings_dev')
from django.conf import settings # noqa
app = Celery('tasks',
broker='redis://localhost',
backend='redis://localhost',)