django-eav:实体属性值

时间:2021-05-23 09:18:24
【文件属性】:
文件名称:django-eav:实体属性值
文件大小:38KB
文件格式:ZIP
更新时间:2021-05-23 09:18:24
Python django-eav 介绍 django-eav为django应用程序提供了Entity-Attribute-Value存储模型。 有关什么是Entity-Attribute-Value存储模型的详细说明,请 。 笔记 该软件的灵感来自Andrey Mikhaylenko编写的出色的 。 此实现与eav-django实现之间存在一些显着差异。 这一个称为django-eav,而另一个称为eav-django。 此应用程序使您可以将EAV属性“附加”到任何现有django模型(甚至来自第三方应用程序),而无需对那些模型的代码进行任何更改。 这个应用程式的筛选功能略强(但仍不完美)。 安装 从Github 您可以直接从guthub安装django-eav: pip install -e git+git://github.com/mvpdev/django-eav.git#egg
【文件预览】:
django-eav-master
----setup.py(2KB)
----.gitignore(66B)
----README.rst(3KB)
----eav()
--------__init__.py(1KB)
--------managers.py(6KB)
--------models.py(21KB)
--------tests()
--------admin.py(4KB)
--------fields.py(3KB)
--------migrations()
--------decorators.py(513B)
--------forms.py(5KB)
--------validators.py(3KB)
--------registry.py(7KB)
----docs()
--------_templates()
--------Makefile(3KB)
--------index.rst(9KB)
--------conf.py(6KB)
--------_static()
--------docstrings.rst(304B)

网友评论