我应该使用哪个Django/Pinax应用程序?有这么多,我只想要最简单的一个

时间:2021-05-22 20:07:01
  • I want a "settings" page where the user can submit his hometown/biography/email settings and upload his avatar
  • 我想要一个“设置”页面,用户可以提交他的家乡/传记/电子邮件设置,并上传他的头像
  • We will be building a mobile app that uses HTTP Rest API to update the user's profile, so we must be able to do manual override of these apps.
  • 我们将构建一个使用HTTP Rest API更新用户配置文件的移动应用程序,因此我们必须能够手动覆盖这些应用程序。

That's it! I don't want anything else. I don't care about the friending or blogging or anything.

就是这样!我不要别的了。我不在乎朋友或博客之类的东西。

Which Django App should I use? Currently, I am using Pinax's basic_project.

应该使用哪个Django应用程序?目前,我正在使用Pinax的basic_project。

3 个解决方案

#1


1  

django-profile may be of use in this case.

django配置文件在这种情况下可能有用。

#2


1  

I actually am approaching the same problem.

实际上,我也遇到了同样的问题。

I find overriding the pinax profile app is enough. The profile section is what allows the upload of avatars and your info and allows you to also edit it.

我觉得覆盖pinax个人资料应用就足够了。个人资料部分是允许上传头像和你的信息,并允许你也编辑它。

I still haven't found a good way to override the native apps yet. Right now I am copying over the app.

我还没有找到一个好的方法来覆盖本地应用程序。现在我正在复制这个应用。

Thanks, Ray

谢谢,雷

#3


0  

I generally like starting with the basic or account, then build up to what I need. I prefer this method to starting with complete/social and stripping out what I don't need. Just fyi.

我通常喜欢从基本的或帐户开始,然后建立我需要的。我更喜欢这种方法,而不是从完整/社交开始,去掉我不需要的东西。仅供参考。

#1


1  

django-profile may be of use in this case.

django配置文件在这种情况下可能有用。

#2


1  

I actually am approaching the same problem.

实际上,我也遇到了同样的问题。

I find overriding the pinax profile app is enough. The profile section is what allows the upload of avatars and your info and allows you to also edit it.

我觉得覆盖pinax个人资料应用就足够了。个人资料部分是允许上传头像和你的信息,并允许你也编辑它。

I still haven't found a good way to override the native apps yet. Right now I am copying over the app.

我还没有找到一个好的方法来覆盖本地应用程序。现在我正在复制这个应用。

Thanks, Ray

谢谢,雷

#3


0  

I generally like starting with the basic or account, then build up to what I need. I prefer this method to starting with complete/social and stripping out what I don't need. Just fyi.

我通常喜欢从基本的或帐户开始,然后建立我需要的。我更喜欢这种方法,而不是从完整/社交开始,去掉我不需要的东西。仅供参考。