From aecb2ba8794cd4d044e22e3c310face69ef483a9 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Sun, 19 May 2013 10:15:50 +0200 Subject: [PATCH] Docs and mixins cleanup --- djadmin2/mixins.py | 0 docs/index.rst | 13 ++++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) delete mode 100644 djadmin2/mixins.py diff --git a/djadmin2/mixins.py b/djadmin2/mixins.py deleted file mode 100644 index e69de29..0000000 diff --git a/docs/index.rst b/docs/index.rst index f9b5cd7..2908670 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 ==============