mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
README: Update name to django-avatar2 to avoid confusion
This commit is contained in:
parent
0429470a2f
commit
32766d6837
1 changed files with 6 additions and 11 deletions
17
README.rst
17
README.rst
|
|
@ -1,6 +1,6 @@
|
|||
=============
|
||||
django-avatar
|
||||
=============
|
||||
==============
|
||||
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
|
||||
|
|
@ -9,18 +9,13 @@ original repository.
|
|||
.. image:: https://secure.travis-ci.org/tbabej/django-avatar.png
|
||||
:target: http://travis-ci.org/tbabej/django-avatar
|
||||
|
||||
(travis builds refer to this fork)
|
||||
(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-avatar.readthedocs.org/
|
||||
For more information see the documentation at http://django-avatar2.readthedocs.org/
|
||||
|
||||
Beware, the documentation online refers to the original project. For the documentation
|
||||
of this fork, build the documentation from sources:
|
||||
|
||||
sudo yum install python-sphinx -y
|
||||
cd docs
|
||||
make
|
||||
(documentation refers to this fork)
|
||||
|
|
|
|||
Loading…
Reference in a new issue