Added RTD link to README

This commit is contained in:
Danilo Bargen 2013-07-06 16:33:59 +02:00
parent c5737331f0
commit 7f4b799b1b

View file

@ -9,7 +9,13 @@ django-admin2
:alt: Coverage Status
:target: https://coveralls.io/r/twoscoops/django-admin2
One of the most useful parts of ``django.contrib.admin`` is the ability to configure various views that touch and alter data. django-admin2 is a complete rewrite of that library using modern Class-Based Views and enjoying a design focused on extendibility and adaptability. By starting over, we can avoid the legacy code and make it easier to write extensions and themes.
One of the most useful parts of ``django.contrib.admin`` is the ability to
configure various views that touch and alter data. django-admin2 is a complete
rewrite of that library using modern Class-Based Views and enjoying a design
focused on extendibility and adaptability. By starting over, we can avoid the
legacy code and make it easier to write extensions and themes.
Documentation: http://django-admin2.rtfd.org/
Features
=============