A Django app for handling user avatars.
Find a file
2016-02-11 12:51:59 -05:00
avatar Added GRAVITAR_FORCEDEFAULT setting 2016-02-11 12:51:59 -05:00
docs Added GRAVITAR_FORCEDEFAULT setting 2016-02-11 12:51:59 -05:00
tests Rename util -> utils, fix URL issue 2016-02-09 09:42:29 -06:00
.coveragerc Update tests, invalidate cache after changing avatar 2016-01-19 10:00:34 -06:00
.gitignore Update tests, invalidate cache after changing avatar 2016-01-19 10:00:34 -06:00
.travis.yml Start tracking test coverage 2016-01-11 23:06:53 -06:00
CHANGELOG.rst Rename util -> utils, fix URL issue 2016-02-09 09:42:29 -06:00
CONTRIBUTORS.txt Update maintainer 2015-08-10 09:37:28 -05:00
LICENSE.txt Initial version. 2008-08-01 09:27:59 +00:00
Makefile Remove branch coverage 2015-09-24 13:45:04 -05:00
MANIFEST.in Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
README.rst Update tests, invalidate cache after changing avatar 2016-01-19 10:00:34 -06:00
setup.py Revert coverage 2015-09-24 10:36:47 -05:00

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

.. image:: https://badge.fury.io/py/django-avatar.svg
    :target: https://badge.fury.io/py/django-avatar

.. image:: https://readthedocs.org/projects/django-avatar/badge/?version=latest
    :target: http://django-avatar.readthedocs.org/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://travis-ci.org/grantmcconnaughey/django-avatar.svg
    :target: https://travis-ci.org/grantmcconnaughey/django-avatar

.. image:: https://coveralls.io/repos/grantmcconnaughey/django-avatar/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/grantmcconnaughey/django-avatar?branch=master

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/