Integrate sample documents into distributable code.
This is to allow tests to run in production.
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user