Commit 1cc93b0f authored by 段英荣's avatar 段英荣

modify

parent 6bd7b908
......@@ -35,7 +35,7 @@ CELERY_BROKER_URL = "redis://127.0.0.1:6379/8"
CELERY_TIMEZONE = 'Asia/Shanghai'
CELERY_ROUTES = ['physical.celery_task_router.CeleryTaskRouter']
INSTALLED_APPS = [
INSTALLED_APPS = (
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
......@@ -44,8 +44,8 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'trans2es',
'search',
'injection.data_sync'
]
'injection.data_sync',
)
"""
MIDDLEWARE = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment