{"id":13396890,"url":"https://github.com/sshwsfc/xadmin","last_synced_at":"2025-04-23T20:52:57.277Z","repository":{"id":5551581,"uuid":"6755841","full_name":"sshwsfc/xadmin","owner":"sshwsfc","description":"Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.","archived":false,"fork":false,"pushed_at":"2025-02-11T16:50:43.000Z","size":59137,"stargazers_count":4770,"open_issues_count":386,"forks_count":1400,"subscribers_count":275,"default_branch":"master","last_synced_at":"2025-04-19T21:12:51.929Z","etag":null,"topics":["admin","react","redux"],"latest_commit_sha":null,"homepage":"http://www.xadmin.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sshwsfc.png","metadata":{"files":{"readme":"README.rst","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-11-19T06:21:50.000Z","updated_at":"2025-04-19T19:48:57.000Z","dependencies_parsed_at":"2023-11-21T11:47:11.652Z","dependency_job_id":"a7463db3-60fa-43eb-a728-ca7896fe63ad","html_url":"https://github.com/sshwsfc/xadmin","commit_stats":{"total_commits":1149,"total_committers":50,"mean_commits":22.98,"dds":0.3176675369886858,"last_synced_commit":"291b63bad248a3958f8cdfbac63bd9bc54028e9b"},"previous_names":["sshwsfc/django-xadmin"],"tags_count":189,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshwsfc%2Fxadmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshwsfc%2Fxadmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshwsfc%2Fxadmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sshwsfc%2Fxadmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sshwsfc","download_url":"https://codeload.github.com/sshwsfc/xadmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250069576,"owners_count":21369746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","react","redux"],"created_at":"2024-07-30T18:01:06.842Z","updated_at":"2025-04-23T20:52:57.238Z","avatar_url":"https://github.com/sshwsfc.png","language":"Python","readme":"Xadmin |Build Status|\n============================================\n\n.. |Build Status| image:: https://travis-ci.org/sshwsfc/xadmin.png?branch=master\n   :target: https://travis-ci.org/sshwsfc/xadmin\n\nDrop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.\n\nLive Demo\n---------\n\nhttp://demo.xadmin.io\n\n-  User: admin\n-  Password: admin\n\nFeatures\n--------\n\n-  Drop-in replacement of Django admin\n-  Twitter Bootstrap based UI with theme support\n-  Extensible with plugin support\n-  Better filter, date range, number range, etc.\n-  Built-in data export with xls, csv, xml and json format\n-  Dashboard page with widget support\n-  In-site bookmarking\n-  Full CRUD methods\n\nScreenshots\n-----------\n\n.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/action.png\n   :alt: Actions\n   \n.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/filter.png\n   :alt: Filter\n\n.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/chart.png\n   :alt: Chart\n\n.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/export.png\n   :alt: Export Data\n\n.. figure:: https://raw.github.com/sshwsfc/django-xadmin/docs-chinese/docs/images/plugins/editable.png\n   :alt: Edit inline\n\nGet Started\n-----------\n\nInstall\n^^^^^^^\n\nXadmin is best installed via PyPI. To install the latest version, run:\n\n.. code:: bash\n\n    pip install xadmin\n\nor Install from github source:\n\n.. code:: bash\n\n    pip install git+git://github.com/sshwsfc/xadmin.git\n\nInstall from github source for Django 2.0:\n\n.. code:: bash\n\n    pip install git+git://github.com/sshwsfc/xadmin.git@django2\n\nInstall Requires \n----------------\n\n-  `django`_ \u003e=1.9\n\n-  `django-crispy-forms`_ \u003e=1.6.0 (For xadmin crispy forms)\n\n-  `django-reversion`_ ([OPTION] For object history and reversion feature, please select right version by your django, see `changelog`_ )\n\n-  `django-formtools`_ ([OPTION] For wizward form)\n\n-  `xlwt`_ ([OPTION] For export xls files)\n\n-  `xlsxwriter`_ ([OPTION] For export xlsx files)\n\n.. _django: http://djangoproject.com\n.. _django-crispy-forms: http://django-crispy-forms.rtfd.org\n.. _django-reversion: https://github.com/etianen/django-reversion\n.. _changelog: https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst\n.. _django-formtools: https://github.com/django/django-formtools\n.. _xlwt: http://www.python-excel.org/\n.. _xlsxwriter: https://github.com/jmcnamara/XlsxWriter\n\nDocumentation\n-------------\n\n-  English (coming soon)\n-  `Chinese`_\n\n.. _Chinese: https://xadmin.readthedocs.org/en/latest/index.html\n\nChangelogs\n-------------\n\n0.6.0\n^^^^^\n- Compact with Django1.9.\n- Add Clock Picker widget for timepicker.\n- Fixed some userface errors.\n\n0.5.0\n^^^^^\n    \n- Update fontawesome to 4.0.3\n- Update javascript files to compact fa icons new version\n- Update tests for the new instance method of the AdminSite class\n- Added demo graphs\n- Added quickfilter plugin.\n- Adding apps_icons with same logic of apps_label_title.\n- Add xlsxwriter for big data export.\n- Upgrade reversion models admin list page.\n- Fixed reverse many 2 many lookup giving FieldDoesNotExist error.\n- Fixed user permission check in inline model.\n\n`Detail`_\n\n.. _Detail: ./changelog.md\n\nOnline Group\n------------\n\n-  QQ群 : 282936295\n\nRun Demo Locally\n----------------\n\n.. code:: bash\n\n    cd demo_app\n    ./manage.py migrate\n    ./manage.py runserver\n\nOpen http://127.0.0.1:8000 in your browser, the admin user password is ``admin``\n\nHelp\n----\n\nHelp Translate : http://trans.xadmin.io\n\n","funding_links":[],"categories":["Admin Panels","Python","Awesome Python","Third-Party Packages","Admin Panels [🔝](#readme)","管理面板","lib"],"sub_categories":["Admin Panels","Admin"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshwsfc%2Fxadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsshwsfc%2Fxadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsshwsfc%2Fxadmin/lists"}