A Django app for handling user avatars.
Find a file
2013-01-18 19:39:31 -06:00
avatar Added post_delete signal to Avatar model in order to clean up the file system when AVATAR_MAX_AVATARS_PER_USER is equal to 1 or when Avatar instances are removed. This functionality is controlled by the new AVATAR_CLEAN_REMOVED setting which is False by default. 2013-01-18 19:39:31 -06: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 Add testdata to distribution package so third parties can run the tests 2012-11-01 10:04:39 -04:00
README.txt Added README and update CONTRIBUTORS file. 2010-06-26 17:46:56 +02:00
setup.py Merge pull request #1 from ingenieroariel/testdata 2013-01-02 09:00:23 -08: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.