From 7f4b799b1bf6deeb65fd22d9086dc013ec8af845 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sat, 6 Jul 2013 16:33:59 +0200 Subject: [PATCH] Added RTD link to README --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2ed7408..0a0ee5f 100644 --- a/README.rst +++ b/README.rst @@ -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 =============