django-mashup:将多个视图、模板或 Ajax 加载的 url 组合成一个基于类的视图

时间:2024-07-23 16:49:45
【文件属性】:

文件名称:django-mashup:将多个视图、模板或 Ajax 加载的 url 组合成一个基于类的视图

文件大小:23KB

文件格式:ZIP

更新时间:2024-07-23 16:49:45

Python

django-mashup django-mashup 是 Django 框架的视图混搭器。 将多个视图、模板和/或 Ajax 加载的 url 组合到一个基于类的视图中。 将这些视图包装在基于模板的容器中。 为不同的请求类型定义不同的视图和/或容器组合。 安装 在您的 Python 发行版或 virtualenv 中安装模块: $ pip install django-mashup 将应用程序添加到您的INSTALLED_APPS : INSTALLED_APPS = (... "mashup", ... ) 用 django-mashup 提供了一个视图类: from mashup.views import MashUp 和三个组件类: from mashup.views import URLMash, TemplateMash, ViewMash 例


【文件预览】:
django-mashup-master
----setup.py(1KB)
----.gitignore(47B)
----MANIFEST.in(55B)
----mashup()
--------templates()
--------__init__.py(0B)
--------views.py(4KB)
--------tests()
----LICENSE(34KB)
----README.md(5KB)
----tox.ini(140B)

网友评论