A Django app for handling user avatars.
Find a file
2014-07-21 10:54:03 +02:00
avatar forms: Replace unicode strings by str 2014-07-21 10:54:03 +02:00
docs Merge remote-tracking branch 'patch/python_magic_validation' 2014-07-19 17:39:03 +02:00
tests Various merge fixes and additional pep8 fixes 2014-07-19 20:04:54 +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 readme: update and warn about fork 2014-07-19 18:00:27 +02:00
setup.py Final changes before release. 2013-09-13 18:08:10 +02:00

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

This is a fork of original https://github.com/jezdez/django-avatar . This one
is more updated as I merged more than 10 long-standing pull requests from the
original repository.

.. image:: https://secure.travis-ci.org/tbabej/django-avatar.png
    :target: http://travis-ci.org/tbabej/django-avatar

(travis builds refer to this fork)

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/

Beware, the documentation online refers to the original project. For the documentation
of this fork, build the documentation from sources:

    sudo yum install python-sphinx -y
    cd docs
    make