Sfoglia il codice sorgente

添加 - 网站栏目表

dongzhaorui 3 anni fa
parent
commit
41e696a3cc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      find_source/settings.py

+ 2 - 0
find_source/settings.py

@@ -19,6 +19,8 @@ MGO_KEYWORDS = mongo_table(db=MGO_DATABASE, name='retrieve_keywords')
 MGO_URLS = mongo_table(db=MGO_DATABASE, name='retrieve_urls')
 '''竞品列表'''
 MGO_COMPETING_GOODS = mongo_table(db=MGO_DATABASE, name='retrieve_competing_goods')
+'''网站栏目表'''
+MGO_WEBSITE = mongo_table(db=MGO_DATABASE, name='website')
 '''luaconfig'''
 MGO_LUA_SPIDERS = mongo_table(db='editor', name='luaconfig')