One option is to check out userena.

If you don't want to use a third party application, then I would go about
creating a UserProfile that has a one-to-one relationship with each User.
And in that UserProfile Model, create an ImageField for the avatar. Here's
some links to help get you started.

http://django-userena.org/
https://docs.djangoproject.com/en/1.3/topics/auth/#storing-additional-information-about-users
https://docs.djangoproject.com/en/1.3/ref/models/fields/#imagefield

Good luck!

On Thu, Nov 3, 2011 at 9:03 AM, yan <[email protected]> wrote:

> Hello, I am developing a website which will have some social features
> like people profiles, but I am having a problem on how to create a
> space where a person will put his/her profile picture, I am using
> django framework and MySQL, can anyone help me please?
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to