Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
- User: admin
- Password: admin
- Drop-in replacement of Django admin
- Twitter Bootstrap based UI with theme support
- Extensible with plugin support
- Better filter, date range, number range, etc.
- Built-in data export with xls, csv, xml and json format
- Dashboard page with widget support
- In-site bookmarking
- Full CRUD methods
Xadmin is best installed via PyPI. To install the latest version, run:
pip install django-xadmin
or Install from github source:
pip install git+git://github.com/sshwsfc/django-xadmin.git
- django >=1.4
- django-crispy-forms >=1.2.3 (For xadmin crispy forms)
- django-reversion (For object history and reversion feature, please select right version by your django, see changelog )
- xlwt (For export xls files, option)
- English (coming soon)
- Chinese
- QQ群 : 282936295
cd demo_app
./manage.py runserver
Open http://127.0.0.1:8000 in your browser, the admin user password is admin
Help Translate : http://trans.xadmin.io