Ask Your Question
3

do i have to use the gravatar system for profile images?

asked Aug 06 '10

askbot99 gravatar image askbot99
61 2 5
http://www.youtube.com/

updated Feb 10 '11

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

maybe not all users are familiar with the gravatar - can the system have users uupload their own profile photos?

Comments

what's everyone's thourhgts on this askbot99 (Aug 06 '10)
my thought is that it is a great question. Evgeny (Aug 06 '10)

1 Answer

Sort by ยป oldest newest most voted
1
askbot99 has selected this answer as correct

answered Aug 06 '10

Evgeny gravatar image Evgeny flag of Chile
6665 31 49 95
http://askbot.org/

updated Feb 10 '11

Done, supports uploaded avatars now.

However, the feature uses development version of django application - 'django-avatar', no pip install or easy_install option is not available yet (there is one, but it is outdated).

Please, install the app from the repository:

 git clone git://github.com/ericflo/django-avatar.git
 cd django-avatar
 python setup.py install

Add 'avatar' to the list of INSTALLED_APPS in your settings.py, Configure MEDIA_ROOT and MEDIA_URL to serve the avatars correctly, and run:

 python manage.py syncdb

Once the app is updated on the PYPI (python package index), it will be easier to install.

link

Comments

Could you post an issue on his github (https://github.com/ericflo/django-avatar/issues) and ask him to update pypi? I would do it, but I think you have more clout as the maintainer of ASKBOT. You also better understand why the bleeding edge version is necessary

Joseph (Nov 28 '11)

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
[hide preview]

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: Aug 06 '10

Seen: 65 times

Last updated: Feb 10 '11