mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
Added README and update CONTRIBUTORS file.
This commit is contained in:
parent
d8ea69ee9c
commit
52997b3fa8
4 changed files with 23 additions and 0 deletions
|
|
@ -1 +1,14 @@
|
|||
This application is mainly developed by Eric Florenzano.
|
||||
|
||||
Ahmad Al-Ibrahim
|
||||
Alex Gaynor
|
||||
Ben Browitt
|
||||
Brian Rosner
|
||||
Daniel T. Alvarenga
|
||||
Jakob Torp Svendsen
|
||||
James Tauber
|
||||
James Turnbull
|
||||
Jannis Leidel
|
||||
John Debs
|
||||
Mathieu Pillard
|
||||
Ross Poulton
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
include README.txt
|
||||
include LICENSE.txt
|
||||
include CONTRIBUTORS.txt
|
||||
include avatar/media/avatar/img/default.jpg
|
||||
|
|
|
|||
7
README.txt
Normal file
7
README.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
django-avatar
|
||||
-------------
|
||||
|
||||
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.
|
||||
|
|
@ -7,6 +7,8 @@ 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.
|
||||
|
||||
.. _Gravatar: http://gravatar.com
|
||||
|
||||
Contents:
|
||||
|
||||
.. toctree::
|
||||
|
|
|
|||
Loading…
Reference in a new issue