palmplam / django-avatar

A Django app for handling user avatars. A fork that tries to be updated with all the pull requests on the original fork.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-avatar2

This is a fork of original https://github.com/jezdez/django-avatar . This one is more updated as I merged more than 10 long-standing pull requests from the original repository.

https://secure.travis-ci.org/tbabej/django-avatar.png

(travis builds refers to this fork)

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-avatar2.readthedocs.org/

(documentation refers to this fork)

About

A Django app for handling user avatars. A fork that tries to be updated with all the pull requests on the original fork.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 78.7%Language:Makefile 10.9%Language:Shell 10.4%