Pinax 有没有可以上传的应用程序?
Pinax 有没有可以上传的应用程序?
Is there any app used for uploading in Pinax?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Pinax 有没有可以上传的应用程序?
Is there any app used for uploading in Pinax?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
Pinax 中包含不同的应用程序,用于上传不同的内容:头像、照片、附件。前两个是相当具体的,但如果您的目标是将文件附加到对象,则 django-attachments 是相当通用的。
我们也可能会在 0.9 中添加 django-adminfiles
There are different apps included in Pinax that are used for uploading different things: avatars, photos, attachments. The first two are fairly specific but django-attachments is fairly generic if your goal is to attach files to objects.
We also will probably add django-adminfiles in 0.9
您需要自己编写表单和所有内容(或者找到一个通用的 django 应用程序来完成您想要的操作)。 Pinax 不是一个 CMS,您只需附加应用程序而实际上不必编写任何代码。它给你一个已经做好的社交网站,这样你就可以写你感兴趣的部分(这听起来像是你想写的东西)。
You need to write the form and everything yourself (or find a generic django app that does what you want). Pinax is not a CMS where you just attach apps and never actually have to write any code. It gives you an already made social networking site so that you can write the parts that you are interesting in writing (this sounds like something you want to write).