mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
Docs and mixins cleanup
This commit is contained in:
parent
28b6a0f72a
commit
aecb2ba879
2 changed files with 12 additions and 1 deletions
|
|
@ -1,10 +1,21 @@
|
|||
Welcome to django-admin2's documentation!
|
||||
=========================================
|
||||
|
||||
**django-admin2** aims to replace django's builtin admin that lives in
|
||||
**django-admin2** aims to replace django's built-in admin that lives in
|
||||
``django.contrib.admin``. Come and help us, have a look at the
|
||||
:doc:`contributing` page and see our `GitHub`_ page.
|
||||
|
||||
This project is intentionally backwards-incompatible with ``django.contrib.admin``.
|
||||
|
||||
Features
|
||||
==========
|
||||
|
||||
* Easy-to-extend API that follows similar patterns to ``django.contrib.admin``.
|
||||
* Built-in RESTFUL API powered by ``django-rest-framework``
|
||||
* Default theme built on Twitter Bootstrap
|
||||
* Easy to implement theme system.
|
||||
|
||||
|
||||
Basic API
|
||||
==============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue