core_explore_common_app 源码
核心探索通用应用 策展人核心项目的基础探索功能。 快速开始 1.在您的INSTALLED_APPS设置中添加“ core_explore_common_app” INSTALLED_APPS = [ ... ' core_explore_common_app ', ] 2.在您的项目urls.py中包括core_explore_common_app URLconf。 url ( r'^explore/common/' , include ( 'core_explore_common_app.urls' )),
文件列表
core_explore_common_app
(预估有个138文件)
MANIFEST.in
154B
local_content.html
311B
data_sources_selector.html
784B
local_selector.html
728B
list_selector_base.html
329B
modal.html
831B
button.html
429B
data_sources_results.html
3KB
results.html
92B
persistent_query_content.html
365B
暂无评论