Django1.6 不再自带comments这个app了,见官方解释
https://docs.djangoproject.com/en/1.6/ref/contrib/comments/example/#example-of-using-the-built-in-comments-app
虽然不再自带,但是仍然可以自己安装实现,根据官方文档 在github上 https://github.com/django/django-contrib-comments
使用文档:http://django-contrib-comments.readthedocs.org/en/latest/quickstart.html
也可以参见博客:http://www.tuicool.com/articles/7JNB3e
本文详细介绍了Django 1.6版本中评论功能被移除后的解决方案,包括从官方文档了解如何自定义安装评论应用,以及通过GitHub链接获取最新代码。同时提供了快速启动指南,帮助开发者轻松实现网站的评论系统。
2万+

被折叠的 条评论
为什么被折叠?



