A Django app for handling user avatars.
Find a file
pre-commit-ci[bot] 22b1b8346a
[pre-commit.ci] pre-commit autoupdate (#217)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)
- [github.com/pycqa/isort: 5.10.1 → 5.12.0](https://github.com/pycqa/isort/compare/5.10.1...5.12.0)
- [github.com/psf/black: 22.10.0 → 23.1.0](https://github.com/psf/black/compare/22.10.0...23.1.0)
- [github.com/pycqa/flake8: 5.0.4 → 6.0.0](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Johannes Wilm <mail@johanneswilm.org>
2023-02-22 19:42:36 +01:00
.github/workflows Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
avatar check if image is not corrupted during upload (#218) 2023-02-22 19:39:28 +01:00
docs Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
test_proj lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
tests Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
.coveragerc Fixed migrations path in .coveragerc. 2016-05-26 00:21:38 +05:00
.gitignore Update gitignore 2022-08-16 13:56:25 +02:00
.pre-commit-config.yaml Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
CHANGELOG.rst Update CHANGELOG.rst 2022-10-27 21:17: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 exclude tests folder from distribution 2022-08-12 07:20:47 +02:00
pyproject.toml Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
README.rst update readme links (#221) 2022-12-13 00:18:50 +02:00
requirements.txt Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
setup.py Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01: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: https://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 https://django-avatar.readthedocs.org/