2014-08-20 07:02:21 +00:00
|
|
|
==============
|
|
|
|
|
django-avatar2
|
|
|
|
|
==============
|
2013-08-01 11:11:48 +00:00
|
|
|
|
2014-07-19 16:00:11 +00:00
|
|
|
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
|
|
|
|
|
|
2014-08-20 07:02:21 +00:00
|
|
|
(travis builds refers to this fork)
|
2013-08-01 12:40:50 +00:00
|
|
|
|
2013-08-01 11:11:48 +00:00
|
|
|
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.
|
|
|
|
|
|
2014-08-20 07:02:21 +00:00
|
|
|
For more information see the documentation at http://django-avatar2.readthedocs.org/
|
2014-07-19 16:00:11 +00:00
|
|
|
|
2014-08-20 07:02:21 +00:00
|
|
|
(documentation refers to this fork)
|