Commit ba4ac803 authored by lixiaofang's avatar lixiaofang

add

parent 77f38157
......@@ -258,8 +258,8 @@ def get_type_info_map():
type_info_list = [
TypeInfo(
name='topic', # 日记
type='topic',
name='topic-v1', # 日记
type='topic-v1',
model=topic.Topic,
query_deferred=lambda: topic.Topic.objects.all().query,
get_data_func=TopicTransfer.get_topic_data,
......
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