django-citations:允许在 django 模板中使用文本引用和参考列表

时间:2024-06-23 18:39:31
【文件属性】:

文件名称:django-citations:允许在 django 模板中使用文本引用和参考列表

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-23 18:39:31

Python

姜戈引文 Citations 是一个简单的 Django 应用程序,它允许您在模板中使用引用和参考列表。 源代码可在 MIT 许可下从获得。 您可以在 Python Packing Index 上找到该包。 开发分支的最新文档可从 快速开始 安装使用: pip install django-citations 将“引用”添加到您的 INSTALLED_APPS 设置中,如下所示: INSTALLED_APPS = ( ... 'citations', ) 运行 python manage.py migrate 以创建模型。 用法 您可以使用管理面板为您的网站创建参考。 这些可以有一系列详细信息,包括 ISBN、URL、标题等。每个参考都必须有一个唯一的 slug。 这就是我们在模板中引用参考文献时的引用方式。 要引用数据库中的引用,首先需要在模板中加载标签:


【文件预览】:
django-citations-master
----.gitignore(81B)
----README.rst(3KB)
----citations()
--------admin.py(2KB)
--------models.py(2KB)
--------forms.py(1KB)
--------migrations()
--------templatetags()
--------tests.py(60B)
--------__init__.py(0B)
--------views.py(36B)
--------templates()
----docs()
--------conf.py(8KB)
--------index.rst(2KB)
--------tags.rst(741B)
--------advanced.rst(2KB)
--------quickstart.rst(2KB)
----LICENSE(1KB)
----requirements.txt(4B)
----MANIFEST.in(109B)
----setup.py(1KB)

网友评论