django-admin2 介绍
django-admin2 重写了 django.contrib.admin ,具备可扩展,可适应性。
特点:
- 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 that is just starting to act like the current Django admin.
- Easy to implement theme system.
- Permission controls
- Custom actions
- Add/Change form inlines
- i18n
要求:
- Django 1.5+
- Python 2.7+ or Python 3.3+
- django-braces
- django-extra-views
- django-floppyforms
- django-rest-framework
- Sphinx (for documentation)