A Django app for handling user avatars.
Find a file
2015-12-21 16:35:28 -06:00
avatar Fixing getattr 2015-12-20 20:30:37 -08:00
docs Update changelog with new feature 2015-12-21 16:35:28 -06:00
tests Revert coverage 2015-09-24 10:36:47 -05:00
.coveragerc Revert unique user/primary pair 2015-10-23 09:33:10 -05:00
.gitignore Final changes before release. 2013-09-13 18:08:10 +02:00
.travis.yml Set version 2.2.0 2015-12-02 09:58:46 -06:00
CHANGELOG.rst Update changelog with new feature 2015-12-21 16:35:28 -06: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/