A Django app for handling user avatars.
Find a file
2022-05-11 11:47:28 +02:00
avatar Merge branch 'patch-1' of github.com:rsp2k/django-avatar into django4.0 2022-05-11 11:47:28 +02:00
docs Fix docs showing old django url pattern 2018-10-04 18:36:44 +02:00
test_proj Add test project for debugging 2016-09-03 10:47:01 -05:00
tests Add required deps for Django 2.2+ 2020-01-04 11:01:36 -06:00
.coveragerc Fixed migrations path in .coveragerc. 2016-05-26 00:21:38 +05:00
.gitignore Add test project for debugging 2016-09-03 10:47:01 -05:00
.travis.yml Add required deps for Django 2.2+ 2020-01-04 11:01:36 -06:00
CHANGELOG.rst Bump version to 5.0.0 2020-01-04 16:00:34 -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 Exclude bare except rule 2017-12-17 10:29:26 -06:00
MANIFEST.in Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
README.rst Test against Django 2/3, Python 3.7/3.8 2020-01-04 10:37:01 -06:00
setup.py Test against Django 2/3, Python 3.7/3.8 2020-01-04 10:37:01 -06:00

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

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

.. 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?branch=master
    :target: https://travis-ci.org/grantmcconnaughey/django-avatar
    :alt: Travis CI Build Status

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

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/