django-avatar/README.rst
Grant McConnaughey 50acf18d6a Update travis URL
2015-08-10 09:40:54 -05:00

13 lines
540 B
ReStructuredText

=============
django-avatar
=============
.. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg
:target: https://travis-ci.org/grantmcconnaughey/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/