mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-25 18:40:25 +00:00
More README work
This commit is contained in:
parent
8dea82eb70
commit
4083dfe4b2
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ django-admin2
|
|||
|
||||
**Warning:** This project is currently in an **alpha** state and currently not meant for real projects.
|
||||
|
||||
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. 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.
|
||||
|
||||
Features (current)
|
||||
====================
|
||||
|
|
|
|||
Loading…
Reference in a new issue