前端框架选型是企业提升开发效率与用户体验的关键因素
1150
2022-11-01
django-xadmin是一个替代django admin的项目,使用了更加灵活的架构设计及Bootstrap UI框架
Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.
Live Demo
http://demo.xadmin.io
User: adminPassword: admin
Features
Drop-in replacement of Django adminTwitter Bootstrap based UI with theme supportExtensible with plugin supportBetter filter, date range, number range, etc.Built-in data export with xls, csv, xml and json formatDashboard page with widget supportIn-site bookmarkingFull CRUD methods
Screenshots
Get Started
Install
Xadmin is best installed via PyPI. To install the latest version, run:
pip install xadmin
or Install from github source:
pip install git+git://github.com/sshwsfc/xadmin.git
Install from github source for Django 2.0:
pip install git+git://github.com/sshwsfc/xadmin.git@django2
Install Requires
django >=1.9django-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)
Documentation
English (coming soon)Chinese
Changelogs
0.6.0
Compact with Django1.9.Add Clock Picker widget for timepicker.Fixed some userface errors.
0.5.0
Update fontawesome to 4.0.3Update javascript files to compact fa icons new versionUpdate tests for the new instance method of the AdminSite classAdded demo graphsAdded quickfilter plugin.Adding apps_icons with same logic of apps_label_title.Add xlsxwriter for big data export.Upgrade reversion models admin list page.Fixed reverse many 2 many lookup giving FieldDoesNotExist error.Fixed user permission check in inline model.
Detail
Online Group
QQ群 : 282936295
Run Demo Locally
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
Help Translate : http://trans.xadmin.io
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~