Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vchakoshy/django-daddy-avatar

simple django avatar
https://github.com/vchakoshy/django-daddy-avatar

Last synced: about 2 months ago
JSON representation

simple django avatar

Awesome Lists containing this project

README

        

django-daddy-avatar
===================

simple django avatar from gravatar

Installation
------------

To install:

pip install django-daddy-avatar

Then add pin to your INSTALLED_APPS:

.. code:: python

INSTALLED_APPS = (
...
'daddy-avatar',
...
)

Usage:

.. code:: html

{% load daddy_avatar %}