Search code examples
pythondjangopinaxprofiles

Which Django/Pinax app should I use? There are so many, and I just want the simplest one


  • 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.

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.


Solution

  • django-profile may be of use in this case.