A Django app for handling user avatars.
Find a file
2012-03-17 00:46:08 +04:00
avatar Add translation to Russian 2012-03-17 00:46:08 +04:00
docs Added README and update CONTRIBUTORS file. 2010-06-26 17:46:56 +02:00
tests More unit tests. 2010-03-16 14:28:40 +01:00
.gitignore Ignore all egg-info dirs. 2010-06-26 16:49:50 +02:00
CHANGELOG added CHANGELOG 2009-11-07 11:24:28 -07:00
CONTRIBUTORS.txt Added README and update CONTRIBUTORS file. 2010-06-26 17:46:56 +02:00
LICENSE.txt Initial version. 2008-08-01 09:27:59 +00:00
MANIFEST.in Added README and update CONTRIBUTORS file. 2010-06-26 17:46:56 +02:00
README.txt Added README and update CONTRIBUTORS file. 2010-06-26 17:46:56 +02:00
setup.py master is now 2.0a1 2011-03-16 17:49:57 -04:00

django-avatar
-------------

Django-avatar is a reusable application for handling user avatars.  It has the
ability to default to Gravatar if no avatar is found for a certain user.
Django-avatar automatically generates thumbnails and stores them to your default
file storage backend for retrieval later.