Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jazzband/django-avatar
A Django app for handling user avatars.
https://github.com/jazzband/django-avatar
avatar django python
Last synced: 7 days ago
JSON representation
A Django app for handling user avatars.
- Host: GitHub
- URL: https://github.com/jazzband/django-avatar
- Owner: jazzband
- License: bsd-3-clause
- Created: 2008-12-05T07:32:24.000Z (about 16 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T17:51:07.000Z (2 months ago)
- Last Synced: 2024-10-29T15:19:49.624Z (about 2 months ago)
- Topics: avatar, django, python
- Language: Python
- Homepage:
- Size: 1.73 MB
- Stars: 808
- Watchers: 16
- Forks: 303
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
=============
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 StatusDjango-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/