A Django app for handling user avatars.
Find a file
pre-commit-ci[bot] c5f5dbd3c9
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)
- [github.com/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0)
- [github.com/psf/black: 24.8.0 → 25.1.0](https://github.com/psf/black/compare/24.8.0...25.1.0)
- [github.com/pycqa/flake8: 7.1.1 → 7.1.2](https://github.com/pycqa/flake8/compare/7.1.1...7.1.2)
2025-02-17 17:37:23 +00:00
.github/workflows fix #245 Django 5.1 error, test in Django 5.1 (#248) 2024-08-14 12:08:37 +02:00
avatar 8.0.1 2024-09-05 04:07:29 +02:00
docs Update index.rst - Fix Error: Reverse for 'avatar_change' not found. 2024-08-14 12:12:16 +02:00
test_proj Avatar API Added (#232) 2023-10-16 11:34:46 +02:00
tests fix(urls): use path and path converters (#228) 2023-10-16 11:27:12 +02:00
.coveragerc Fixed migrations path in .coveragerc. 2016-05-26 00:21:38 +05:00
.gitignore switch to setuptools, fixes #227 2023-02-24 00:08:07 +01:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2025-02-17 17:37:23 +00:00
.readthedocs.yaml add default .readthedocs.yaml 2024-08-13 10:44:16 +02:00
CHANGELOG.rst update CHANGELOG.rst 2024-08-14 12:18:44 +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 Pillow 10 compatibility (#233) 2023-10-16 11:22:18 +02:00
README.rst update readme links (#221) 2022-12-13 00:18:50 +02:00
requirements.txt Pillow>=10.0.1 2023-10-16 11:43:53 +02:00
setup.py switch to setuptools, fixes #227 2023-02-24 00:08: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/