删除不再使用的配置文件

Squash from 1612a4d to 12f96c6 by virusdefender
This commit is contained in:
virusdefender
2015-12-09 22:28:55 +08:00
parent d510500f9a
commit 0a62b6ab4b
6 changed files with 2 additions and 64 deletions

View File

@@ -22,11 +22,6 @@ if ENV == "local":
elif ENV == "server":
from .server_settings import *
BROKER_BACKEND = "redis"
CELERY_ACCEPT_CONTENT = ['json']
CELERY_TASK_SERIALIZER = 'json'
CELERY_RESULT_SERIALIZER = 'json'
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))