django-avatar/README.rst

37 lines
1.4 KiB
ReStructuredText
Raw Permalink Normal View History

2013-08-01 11:11:48 +00:00
=============
django-avatar
=============
2022-08-09 19:47:07 +00:00
.. image:: https://jazzband.co/static/img/badge.png
:target: https://jazzband.co/
:alt: Jazzband
2022-08-09 20:07:35 +00:00
2022-08-09 19:54:56 +00:00
.. 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
2022-08-09 19:47:07 +00:00
.. image:: https://github.com/jazzband/django-avatar/actions/workflows/test.yml/badge.svg
:target: https://github.com/jazzband/django-avatar/actions/workflows/test.yml
2022-08-09 19:54:56 +00:00
.. image:: https://codecov.io/gh/jazzband/django-avatar/branch/main/graph/badge.svg?token=BO1e4kkgtq
2022-08-09 19:47:07 +00:00
:target: https://codecov.io/gh/jazzband/django-avatar
2016-01-12 05:05:03 +00:00
.. image:: https://badge.fury.io/py/django-avatar.svg
:target: https://badge.fury.io/py/django-avatar
2016-09-03 15:14:31 +00:00
:alt: PyPI badge
2016-01-12 05:05:03 +00:00
.. image:: https://readthedocs.org/projects/django-avatar/badge/?version=latest
2022-12-12 22:18:50 +00:00
:target: https://django-avatar.readthedocs.org/en/latest/?badge=latest
2016-01-12 05:05:03 +00:00
:alt: Documentation Status
2013-08-01 11:11:48 +00:00
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.
2022-12-12 22:18:50 +00:00
For more information see the documentation at https://django-avatar.readthedocs.org/