.. |Build Status| image:: https://travis-ci.org/sshwsfc/xadmin.png?branch=master :target: https://travis-ci.org/sshwsfc/xadmin
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/action.png :alt: Actions
.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/filter.png :alt: Filter
.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/chart.png :alt: Chart
.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/export.png :alt: Export Data
.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/editable.png :alt: Edit inline
Install ^^^^^^^
Xadmin is best installed via PyPI. To install the latest version, run:
.. code:: bash
pip install xadmin
or Install from github source:
.. code:: bash
pip install git+git://github.com/sshwsfc/xadmin.git
Install from github source for Django 2.0:
.. code:: bash
pip install git+git://github.com/sshwsfc/xadmin.git@django2
django
_ >=1.9
django-crispy-forms
_ >=1.6.0 (For xadmin crispy forms)
django-reversion
([OPTION] For object history and reversion feature, please select right version by your django, see changelog
)
django-formtools
_ ([OPTION] For wizward form)
xlwt
_ ([OPTION] For export xls files)
xlsxwriter
_ ([OPTION] For export xlsx files)
.. _django: http://djangoproject.com .. _django-crispy-forms: http://django-crispy-forms.rtfd.org .. _django-reversion: https://github.com/etianen/django-reversion .. _changelog: https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst .. _django-formtools: https://github.com/django/django-formtools .. _xlwt: http://www.python-excel.org/ .. _xlsxwriter: https://github.com/jmcnamara/XlsxWriter
Chinese
_.. _Chinese: https://xadmin.readthedocs.org/en/latest/index.html
0.6.0 ^^^^^
0.5.0 ^^^^^
Detail
_
.. _Detail: ./changelog.md
.. code:: bash
cd demo_app
./manage.py migrate
./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