Update setting files used for staging testing.

Signed-off-by: Michael Price <loneviking72@gmail.com>
This commit is contained in:
Michael Price
2018-03-20 02:32:09 -04:00
committed by Roberto Rosario
parent 4c1ae55410
commit 0ecb2260e0
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
from .base import * # NOQA
from .docker import * # NOQA

View File

@@ -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