A Django app for handling user avatars.
Find a file
2015-10-23 08:57:23 -05:00
avatar Update changelog, use Django 1.9b1 for tests 2015-10-23 08:57:23 -05:00
docs Rename GRAVATAR_DEFAULT to AVATAR_GRAVATAR_DEFAULT in docs 2015-07-18 23:30:37 -05:00
tests Revert coverage 2015-09-24 10:36:47 -05:00
.gitignore Final changes before release. 2013-09-13 18:08:10 +02:00
.travis.yml Update changelog, use Django 1.9b1 for tests 2015-10-23 08:57:23 -05:00
CHANGELOG.rst Update changelog, use Django 1.9b1 for tests 2015-10-23 08:57:23 -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 Remove branch coverage 2015-09-24 13:45:04 -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 Revert coverage 2015-09-24 10:36:47 -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/