A Django app for handling user avatars.
Find a file
Victor Kotseruba c9c1873382 facebook backup
2015-12-21 19:44:43 +08:00
avatar facebook backup 2015-12-21 19:44:43 +08:00
docs Update index.txt 2015-04-24 16:51:28 -03: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 One more attempt to get the build to work on Django 1.8 2015-04-23 15:45:32 -05:00
CHANGELOG.rst Add south and django migrations 2015-05-02 13:13:51 -05:00
CONTRIBUTORS.txt Updated contributor file and removed senseless changelog. 2013-09-13 18:11:58 +02:00
LICENSE.txt Initial version. 2008-08-01 09:27:59 +00:00
Makefile Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
MANIFEST.in Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
README.rst Remove duplicated docs. 2013-09-13 18:56:31 +02:00
setup.py Update Changelog, __version__, and PyPI classifiers 2015-04-26 23:24:29 -05:00

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

.. image:: https://secure.travis-ci.org/jezdez/django-avatar.png
    :target: http://travis-ci.org/jezdez/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/