用于克隆 Failblog 的 Django 包
我正在考虑使用 Django 制作类似于 Failblog 的东西。也就是说,一个博客,其中每个帖子都有主图片或主视频,人们可以对其进行评论和投票,人们可以上传图片和(YouTube 托管的)视频,这样它们就会成为帖子,有一个用户可以投票的页面这些新上传的项目在发布到主流之前,仅此而已。 (我希望它比 Failblog 更简洁。)
您能给我指出一些可能对此类项目有用的 Django 包吗?
I'm considering making something similar to Failblog using Django. That is, a blog where every post has a main picture or a main video, people can comment and vote on them, people can upload pictures and (YouTube-hosted) videos so they will become posts, there's a page where users can vote on those new uploaded items before they're being posted to the main stream, and that's about it. (I want it to be less cluttered than Failblog.)
Could you point me at some Django packages that might be useful for such a project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Django 基本应用
Django basic apps