Integrate sample documents into distributable code.

This is to allow tests to run in production.
This commit is contained in:
Roberto Rosario
2016-12-22 03:14:43 -04:00
parent 5662b56714
commit 92130608fb
23 changed files with 27 additions and 122 deletions

View File

@@ -1,5 +0,0 @@
from .local import *
CELERY_ALWAYS_EAGER = False
BROKER_URL = 'redis://127.0.0.1:6379/0'
CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379/0'