Update setting files used for staging testing.
Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
committed by
Roberto Rosario
parent
4c1ae55410
commit
0ecb2260e0
@@ -1 +1 @@
|
||||
from .base import * # NOQA
|
||||
from .docker import * # NOQA
|
||||
|
||||
@@ -14,3 +14,4 @@ DATABASES = {
|
||||
|
||||
BROKER_URL = 'redis://127.0.0.1:6379/0'
|
||||
CELERY_RESULT_BACKEND = 'redis://127.0.0.1:6379/0'
|
||||
DEBUG=True
|
||||
|
||||
Reference in New Issue
Block a user