A Django app for handling user avatars.
Find a file
2013-03-08 12:05:24 +01:00
avatar Use slugify on the cache key and append it with a hash of the full key to prevent too long keys (looking at you, Memcache). 2013-03-08 12:05:03 +01: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 Merge remote-tracking branch 'chadpaulson/master' 2013-03-04 11:43:23 +01:00
README.txt Renamed AVATAR_CLEAN_REMOVED to AVATAR_CLEANUP_DELETED. 2013-03-04 12:28:43 +01:00
setup.py Bumped version up a notch. 2013-03-08 12:05:24 +01: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.