django的简单标记-Python开发

时间:2021-05-25 12:53:36
【文件属性】:
文件名称:django的简单标记-Python开发
文件大小:91KB
文件格式:ZIP
更新时间:2021-05-25 12:53:36
Python Miscellaneous django-taggit这是一个Jazzband项目。 捐款即表示您同意遵守《捐款者行为准则》并遵守指南。 django-taggit一种使用Django进行标记的简单方法。 在您的INST中添加“ taggit” django-taggit这是一个Jazzband项目。 捐款即表示您同意遵守《捐款者行为准则》并遵守指南。 django-taggit一种使用Django进行标记的简单方法。 在您的INSTALLED_APPS中添加“ taggit”,然后将TaggableManager添加到您的模型中,然后进行以下操作:从django.db中,从taggit.managers中导入模型,从TaggableManager类中选择Food(models.Model):#...在此字段标记= TaggableManager()然后您可以像这样使用API​​:>>> apple = Food.ob
【文件预览】:
django-taggit-master
----MANIFEST.in(201B)
----requirements()
--------docs.txt(7B)
--------test.txt(22B)
----README.rst(2KB)
----CONTRIBUTING.rst(2KB)
----.github()
--------workflows()
----AUTHORS(549B)
----CHANGELOG.rst(10KB)
----tox.ini(1014B)
----LICENSE(2KB)
----setup.cfg(1KB)
----setup.py(38B)
----taggit()
--------apps.py(245B)
--------locale()
--------migrations()
--------utils.py(4KB)
--------managers.py(24KB)
--------admin.py(378B)
--------__init__.py(279B)
--------models.py(6KB)
--------views.py(1KB)
--------forms.py(1KB)
----docs()
--------custom_tagging.rst(8KB)
--------faq.rst(548B)
--------contributing.rst(33B)
--------forms.rst(2KB)
--------conf.py(469B)
--------external_apps.rst(2KB)
--------index.rst(495B)
--------admin.rst(1KB)
--------getting_started.rst(756B)
--------api.rst(4KB)
--------changelog.rst(30B)
----tests()
--------settings.py(1KB)
--------urls.py(287B)
--------test_forms.py(2KB)
--------tests.py(47KB)
--------migrations()
--------admin.py(89B)
--------__init__.py(0B)
--------models.py(10KB)
--------test_admin.py(1KB)
--------custom_parser.py(168B)
--------views.py(178B)
--------forms.py(834B)
--------test_utils.py(455B)
--------templates()
----.gitignore(1KB)
----.coveragerc(227B)

网友评论