Commit 0ec6f63e authored by 段英荣's avatar 段英荣

modify

parent 85aa31b6
......@@ -64,9 +64,7 @@ INSTALLED_APPS = [
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'trans2es',
'search',
'injection.data_sync',
'trans2es'
]
MIDDLEWARE = [
......
......@@ -237,7 +237,7 @@ def get_type_info_map():
type_info_list = [
TypeInfo(
name='doctor_tips', # 日记
name='doctor_tips', # 医生tips
type='doctor_tips',
model=doctor.Doctor,
query_deferred=lambda: doctor.Doctor.objects.all().query,
......
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