mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-01 22:10:22 +00:00
Added RTD link to README
This commit is contained in:
parent
c5737331f0
commit
7f4b799b1b
1 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
=============
|
||||
|
|
|
|||
Loading…
Reference in a new issue