Tornado experiments

This commit is contained in:
Roberto Rosario
2016-12-22 03:16:09 -04:00
parent 79b0763fe9
commit 6063aa5cd8
5 changed files with 193 additions and 0 deletions

11
mayan/settings/kaze.py Normal file
View File

@@ -0,0 +1,11 @@
from __future__ import absolute_import, unicode_literals
from .production import * # NOQA
if not BROKER_URL:
BROKER_URL = 'redis://127.0.0.1:6379/0'
if not CELERY_RESULT_BACKEND:
CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379/0'