A Django app for handling user avatars.
Find a file
2015-09-24 10:26:48 -05:00
avatar Set version 2.1.1 2015-08-10 09:42:32 -05:00
docs Rename GRAVATAR_DEFAULT to AVATAR_GRAVATAR_DEFAULT in docs 2015-07-18 23:30:37 -05:00
tests Added CHANGELOG.rst 2015-04-26 23:15:41 -05:00
.gitignore Final changes before release. 2013-09-13 18:08:10 +02:00
.travis.yml Update Django/Python versions in Travis 2015-09-24 10:26:48 -05:00
CHANGELOG.rst Update Django/Python versions in Travis 2015-09-24 10:26:48 -05:00
CONTRIBUTORS.txt Update maintainer 2015-08-10 09:37:28 -05:00
LICENSE.txt Initial version. 2008-08-01 09:27:59 +00:00
Makefile Update Makefile 2015-08-10 09:49:26 -05:00
MANIFEST.in Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
README.rst Update travis URL 2015-08-10 09:40:54 -05:00
setup.py Update maintainer 2015-08-10 09:37:28 -05:00

=============
django-avatar
=============

.. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg
    :target: https://travis-ci.org/grantmcconnaughey/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.

For more information see the documentation at http://django-avatar.readthedocs.org/