文件名称:django-shares:处理 Django 中的对象共享。 不要克隆。 不稳定
文件大小:31KB
文件格式:ZIP
更新时间:2024-07-18 06:17:52
Python
注意:这还不稳定,可能会改变! 请不要在 1.0 版本之前在生产中使用。 | django-shares django-shares 是一个为 django 编写的 Python 共享模块,用于处理对象共享。 不要克隆。 不稳定。 安装 通过 pip 从安装: pip install django-shares 例子 基本示例: from django.contrib.contenttypes import generic from django.db import models from django_shares.models import Share class Car(models.Model): """A model that will be shared.""" # Add the reverse relation since the shared ob
【文件预览】:
django-shares-master
----.travis.yml(545B)
----README.rst(2KB)
----.coveragerc(728B)
----docs()
--------api.rst(107B)
--------conf.py(9KB)
--------make.bat(5KB)
--------README(631B)
--------Makefile(5KB)
--------index.rst(434B)
----tests()
--------test_shares.py(12KB)
--------__init__.py(0B)
--------settings.py(839B)
--------requirements.txt(60B)
--------manage.py(243B)
--------test_models()
----LICENSE(1KB)
----django_shares()
--------constants.py(814B)
--------forms()
--------models.py(8KB)
--------utils.py(1005B)
--------db()
--------views()
--------__init__.py(0B)
--------templatetags()
----requirements.txt(118B)
----setup.py(951B)
----.gitignore(88B)