A Django app for handling user avatars.
Find a file
2012-08-28 16:09:37 +02:00
avatar Made the avatar tag a simple_tag again as it doesn't break backwards compatibility. 2012-08-28 16:09:37 +02: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 Also ship the notification templates. 2012-08-21 14:41:13 +02:00
README.txt readme updated 2010-07-31 00:28:45 -07:00
setup.py Made the avatar tag a simple_tag again as it doesn't break backwards compatibility. 2012-08-28 16:09:37 +02: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.


Addons to this fork:
----------------
we added a templatetag that returns the avatar model, therefore allowing us to display the avatar in any size using another image cropping/scaling app.