Rename folder for clarity

This commit is contained in:
Roberto Rosario
2015-05-20 22:49:08 -04:00
parent 5e4f28c83b
commit 41a74a2fe0
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
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'