django-threadedcomments:django-threadedcomments是一个简单但灵活的Django线程注释系统

时间:2024-03-12 09:24:27
【文件属性】:

文件名称:django-threadedcomments:django-threadedcomments是一个简单但灵活的Django线程注释系统

文件大小:46KB

文件格式:ZIP

更新时间:2024-03-12 09:24:27

Python

Django线程注释 threadedcomments是Django应用程序,它允许简单地创建线程注释系统。 评论者既可以回复原始项目,也可以回复其他评论。 该应用程序建立在,从而可以通过其他模块轻松扩展。 安装 通过pip安装软件包: pip install django-threadedcomments 最好将模块安装在虚拟环境中。 配置 将以下内容添加到settings.py : INSTALLED_APPS += ( 'threadedcomments', 'django_comments', 'django.contrib.sites', ) COMMENTS_APP = 'threadedcomments' 通过将threadedcomments应用程序放置在django.contrib.comments应用程序上方,占位符comments/lis


【文件预览】:
django-threadedcomments-master
----MANIFEST.in(229B)
----README.rst(6KB)
----LICENSE.txt(2KB)
----CHANGELOG.rst(3KB)
----threadedcomments()
--------sql()
--------util.py(2KB)
--------locale()
--------tests.py(13KB)
--------migrations()
--------fixtures()
--------admin.py(1017B)
--------__init__.py(304B)
--------models.py(3KB)
--------templatetags()
--------management()
--------forms.py(1KB)
--------templates()
----AUTHORS.rst(904B)
----examples()
--------manage.py(294B)
--------core()
--------requirements.txt(48B)
--------example()
--------example-data.json(2KB)
--------readme.txt(31B)
----.travis.yml(861B)
----tox.ini(335B)
----setup.cfg(62B)
----setup.py(3KB)
----docs()
--------conf.py(193B)
--------index.txt(4KB)
--------pinax.txt(1KB)
----.gitignore(152B)
----runtests.py(3KB)

网友评论