django-semantic-ui:一个提供语义UI模板标签的小型应用程序(http

时间:2021-05-20 13:40:30
【文件属性】:
文件名称:django-semantic-ui:一个提供语义UI模板标签的小型应用程序(http
文件大小:8KB
文件格式:ZIP
更新时间:2021-05-20 13:40:30
Python 提供一些标签和模板,以快速结合Django和Semantic UI来设计模板。 语义UI资产 您必须自己安装语义UI资产(使用Gulp或Bower)。 安装 只需将semantic_ui INSTALLED_APPS添加到您的INSTALLED_APPS 。 用法 看一下semantic_ui模板标签库。 目前支持的组件有: 标头 按钮 图标 表格(通过include模板标签) 形式 只需使用: {% include 'semantic-ui/form_popin.html' with button=_('Create') title=_('Create a new project') %} 或者,如果您要自定义容器,请执行以下操作: {% include 'semantic-ui/form.html' %}
【文件预览】:
django-semantic-ui-master
----MANIFEST.in(60B)
----LICENSE(1KB)
----README.markdown(644B)
----setup.py(981B)
----.gitignore(903B)
----semantic_ui()
--------models.py(57B)
--------templates()
--------__init__.py(0B)
--------migrations()
--------views.py(63B)
--------admin.py(63B)
--------templatetags()
--------tests.py(60B)

网友评论