A Django app for handling user avatars.
Find a file
Johannes Wilm 47bd6f36ac 6.0.0
2022-08-12 07:01:23 +02:00
.github/workflows Add release workflow 2022-08-09 22:01:59 +02:00
avatar 6.0.0 2022-08-12 07:01:23 +02:00
docs Fix rST rendering issue. 2022-08-11 10:49:32 +02:00
test_proj lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
tests Add Django for docs rendering. 2022-08-11 10:44:23 +02:00
.coveragerc Fixed migrations path in .coveragerc. 2016-05-26 00:21:38 +05:00
.gitignore coverage==6.2 2022-07-16 23:20:16 +02:00
.pre-commit-config.yaml lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
CHANGELOG.rst 6.0.0 2022-08-12 07:01:23 +02:00
CONTRIBUTING.md Update badges 2022-08-09 21:47:07 +02:00
CONTRIBUTORS.txt Update CONTRIBUTORS.txt 2022-08-09 21:55:52 +02:00
LICENSE.txt lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
MANIFEST.in Revamped tests and added Travis config. 2013-08-01 13:12:49 +02:00
README.rst lint 2022-08-09 22:07:35 +02:00
setup.py only require Pillow 8.4.0 as that is what is available for Python 3.6 2022-08-10 19:06:25 +02:00

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

.. image:: https://jazzband.co/static/img/badge.png
   :target: https://jazzband.co/
   :alt: Jazzband

.. image:: https://img.shields.io/pypi/pyversions/django-avatar.svg
   :target: https://pypi.org/project/django-avatar/
   :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/djversions/django-avatar.svg
   :target: https://pypi.org/project/django-avatar/
   :alt: Supported Django versions

.. image:: https://github.com/jazzband/django-avatar/actions/workflows/test.yml/badge.svg
   :target: https://github.com/jazzband/django-avatar/actions/workflows/test.yml

.. image:: https://codecov.io/gh/jazzband/django-avatar/branch/main/graph/badge.svg?token=BO1e4kkgtq
   :target: https://codecov.io/gh/jazzband/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

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/