Django 的扩展和库
哪里可以在一处找到 Django 的所有扩展和库。 http://planetdjango.org/ 似乎拥有所有新闻,但不是所有图书馆。
类似 http://wordpress.org/extend/plugins/ 的内容,其中包含社区的评分和评论
Where can find all the extensions and libraries for Django in one place. http://planetdjango.org/ seemed have all the news but not all of the libraries.
Something like http://wordpress.org/extend/plugins/ with ratings and comments by the community
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
到目前为止最好的地方是 http://djangopackages.com/。它有一种非常新颖的方法来组织应用程序,它是一个很好的资源。它有一个网格系统,可以轻松比较具有相似功能的应用程序。它建立在开源 django 项目之上,而且他们似乎也将很快推出 pythonpackages.com。
The best place by far is http://djangopackages.com/. It has a very novel approach to organizing apps, it's a great resource. It has a grid system which makes it easy to compare apps with similar features. It's built on an opensource django project, and it seems they will be launching a pythonpackages.com soon as well.
我喜欢查看
http://djangopackages.com/
我还喜欢查看
http://djangosnippets.org/
< /a> 一些...片段(自定义模型/管理器/标签/过滤器)=)I like to look at
http://djangopackages.com/
I also like to look at
http://djangosnippets.org/
for some... snippets (custom models/managers/tags/filters) =)