{ "info": { "author": "sshwsfc", "author_email": "sshwsfc@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: JavaScript", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Xadmin |Build Status| |Build Status2|\n============================================\n\n.. |Build Status| image:: https://travis-ci.org/sshwsfc/xadmin.png?branch=master\n :target: https://travis-ci.org/sshwsfc/xadmin\n\n.. |Build Status2| image:: https://drone.io/github.com/sshwsfc/django-xadmin/status.png\n :target: https://drone.io/github.com/sshwsfc/django-xadmin/latest\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 Requires \n----------------\n\n- `django`_ >=1.9\n\n- `django-crispy-forms`_ >=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\u7fa4 : 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", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/sshwsfc/django-xadmin/archive/master.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.xadmin.io", "keywords": "admin,django,xadmin,bootstrap", "license": "Copyright (c) Django Xadmin and individual contributors.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice, \n this list of conditions and the following disclaimer.\n \n 2. Redistributions in binary form must reproduce the above copyright \n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of Django Xadmin nor the names of its contributors may be used\n to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\nANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "xadmin", "package_url": "https://pypi.org/project/xadmin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xadmin/", "project_urls": { "Download": "http://github.com/sshwsfc/django-xadmin/archive/master.zip", "Homepage": "http://www.xadmin.io" }, "release_url": "https://pypi.org/project/xadmin/0.6.1/", "requires_dist": null, "requires_python": null, "summary": "Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.", "version": "0.6.1" }, "last_serial": 2208166, "releases": { "0.6.1": [ { "comment_text": "", "digests": { "md5": "cdcb95ac7b1cf8ea217d391626f93656", "sha256": "00d11af37bb97ba90d01babb0d298e43c5f7701bf9ac390fda3f3b3b21239dbb" }, "downloads": -1, "filename": "xadmin-0.6.1.tar.gz", "has_sig": false, "md5_digest": "cdcb95ac7b1cf8ea217d391626f93656", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031373, "upload_time": "2016-07-07T15:56:33", "url": "https://files.pythonhosted.org/packages/1d/e9/2ac160c532d0d462142fa90aa86a0e317295e8d86fa4caf84d04f6e24c49/xadmin-0.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cdcb95ac7b1cf8ea217d391626f93656", "sha256": "00d11af37bb97ba90d01babb0d298e43c5f7701bf9ac390fda3f3b3b21239dbb" }, "downloads": -1, "filename": "xadmin-0.6.1.tar.gz", "has_sig": false, "md5_digest": "cdcb95ac7b1cf8ea217d391626f93656", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1031373, "upload_time": "2016-07-07T15:56:33", "url": "https://files.pythonhosted.org/packages/1d/e9/2ac160c532d0d462142fa90aa86a0e317295e8d86fa4caf84d04f6e24c49/xadmin-0.6.1.tar.gz" } ] }