jquery-option-tree的Fanstatic打包
项目描述
简介
此库打包了jquery-option-tree用于fanstatic。
这需要您将Web框架与fanstatic集成,并确保将原始资源(在js.jquery_option_tree中的resources目录中提供)发布到某个URL。
如何使用?
您可以从js.jquery_option_tree导入jquery_option_tree,并在您希望包括这些资源的页面位置使用它
>>> from js.jquery_option_tree import jquery_option_tree >>> jquery_option_tree.need()
变更
1.3-1
将js.jquery添加到install_requires。
1.3
初始发布。