A Django app for handling user avatars.
Find a file
Grant McConnaughey e6719eedc1 Merge pull request #134 from c17r/user-templates
Smallest/Fastest/Easiest/Least Invasive way to get custom templates
2016-08-21 09:58:34 -05:00
avatar Smallest/Fastest/Easiest/Least Invasive way to get custom templates 2016-08-04 17:31:04 -04:00
docs Smallest/Fastest/Easiest/Least Invasive way to get custom templates 2016-08-04 17:31:04 -04:00
tests tests for user templates 2016-08-17 11:08:45 -04:00
.coveragerc Fixed migrations path in .coveragerc. 2016-05-26 00:21:38 +05:00
.gitignore Update tests, invalidate cache after changing avatar 2016-01-19 10:00:34 -06:00
.travis.yml Update setup.py classifiers and travis Django versions 2016-02-11 15:16:38 -06:00
CHANGELOG.rst Update changelog version 2016-02-26 10:45:45 -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 Update setup.py classifiers and travis Django versions 2016-02-11 15:16:38 -06: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/