A Django app for handling user avatars.
Find a file
2014-12-30 19:40:51 +06:00
avatar Py3 fix 2014-12-30 19:40:51 +06:00
docs add USERID_AS_USERDIRNAME parameter to base userdirname on user_id instead of username 2014-08-19 12:34:43 +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 name to django-avatar2 to avoid confusion 2014-09-12 11:39:26 +02:00
setup.py Final changes before release. 2013-09-13 18:08:10 +02:00

==============
django-avatar2
==============

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 refers 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-avatar2.readthedocs.org/

(documentation refers to this fork)