A Django app for handling user avatars.
Find a file
Arne Holzenburg a0de7f59f4 Transpose based on EXIF orientation
Transpose the original image before resizing based on EXIF orientation
information to display image in the correct orientation. If someone
uploads an image from an iPhone (for example) the image is currently
often rendered in the wrong orientation.
2014-03-22 13:35:13 +01:00
avatar Transpose based on EXIF orientation 2014-03-22 13:35:13 +01:00
docs Final changes before release. 2013-09-13 18:08:10 +02:00
tests Use correct setting module. 2013-09-13 18:36:49 +02:00
.gitignore Final changes before release. 2013-09-13 18:08:10 +02:00
.travis.yml Final changes before release. 2013-09-13 18:08:10 +02: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 Final changes before release. 2013-09-13 18:08:10 +02: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/