Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vchakoshy/django-daddy-avatar
- Owner: vchakoshy
- Created: 2013-01-26T18:40:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-26T19:05:30.000Z (almost 12 years ago)
- Last Synced: 2024-10-03T03:23:13.618Z (3 months ago)
- Language: Python
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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 %}