{ "info": { "author": "lkiarest", "author_email": "rushi_wowen@163.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nAdmin Export\n=====\n\nAdd export action in admin model list page.\n\nQuick start\n-----------\n1. Install this package::\n\n pip install django-simple-export\n\n\n2. Add \"admin_export\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'admin_export',\n ]\n\n\n3. Include the polls URLconf in your project urls.py like this::\n\n path('dae/', include('admin_export.urls')),\n\n\n4. Add export annotation to your model in admin.py, for example::\n\n from admin_export.deco import dae_export\n\n @admin.register(YourModel)\n @dae_export(YourModel)\n class YourAdmin(admin.ModelAdmin):\n # ...\n\n\n5. Start the development server and visit http://127.0.0.1:8000/admin/,\n then click to view the list of the model(you'll need the Admin app enabled).\n\n\n6. There will be an 'Export' button in the page before 'Add' button.\n click this button, current data list will be exported into a file.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lkiarest/django-simple-export", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-simple-export", "package_url": "https://pypi.org/project/django-simple-export/", "platform": "", "project_url": "https://pypi.org/project/django-simple-export/", "project_urls": { "Homepage": "https://github.com/lkiarest/django-simple-export" }, "release_url": "https://pypi.org/project/django-simple-export/0.1/", "requires_dist": [ "django", "xlwt" ], "requires_python": "", "summary": "A simple Django app to export admin models as excel files.", "version": "0.1" }, "last_serial": 3980719, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7a8dd18a710bd54624753385df23f266", "sha256": "84888a4a117d85536de548cd44ffbe4fee7a9e4d6f83b1051347f4687a55c000" }, "downloads": -1, "filename": "django_simple_export-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7a8dd18a710bd54624753385df23f266", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6959, "upload_time": "2018-06-20T09:34:28", "url": "https://files.pythonhosted.org/packages/3b/a7/6638d87bd45e1aaec9c1a7101364d97a157a75527b1f9a9d242d8c0bd6c4/django_simple_export-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d27c23ca0f439dc60e6b5c7a7a32eed9", "sha256": "7064e8ee3f00d71a15fd8f0abef8d9423881a560da55d4275b62e030ff75c842" }, "downloads": -1, "filename": "django-simple-export-0.1.tar.gz", "has_sig": false, "md5_digest": "d27c23ca0f439dc60e6b5c7a7a32eed9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4852, "upload_time": "2018-06-20T09:34:29", "url": "https://files.pythonhosted.org/packages/6d/3c/ff2d09b667a1c494e2b6ac656591cfb3810a2d1d30d84d8a7c036809ce94/django-simple-export-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7a8dd18a710bd54624753385df23f266", "sha256": "84888a4a117d85536de548cd44ffbe4fee7a9e4d6f83b1051347f4687a55c000" }, "downloads": -1, "filename": "django_simple_export-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7a8dd18a710bd54624753385df23f266", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6959, "upload_time": "2018-06-20T09:34:28", "url": "https://files.pythonhosted.org/packages/3b/a7/6638d87bd45e1aaec9c1a7101364d97a157a75527b1f9a9d242d8c0bd6c4/django_simple_export-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d27c23ca0f439dc60e6b5c7a7a32eed9", "sha256": "7064e8ee3f00d71a15fd8f0abef8d9423881a560da55d4275b62e030ff75c842" }, "downloads": -1, "filename": "django-simple-export-0.1.tar.gz", "has_sig": false, "md5_digest": "d27c23ca0f439dc60e6b5c7a7a32eed9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4852, "upload_time": "2018-06-20T09:34:29", "url": "https://files.pythonhosted.org/packages/6d/3c/ff2d09b667a1c494e2b6ac656591cfb3810a2d1d30d84d8a7c036809ce94/django-simple-export-0.1.tar.gz" } ] }