{ "info": { "author": "Ha Pham", "author_email": "me.zniper@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": ".. image:: https://travis-ci.org/zniper/django-quickadmin.svg?branch=master\r\n :target: https://travis-ci.org/zniper/django-quickadmin\r\n\r\n.. image:: https://coveralls.io/repos/zniper/django-quickadmin/badge.svg?branch=master \r\n :target: https://coveralls.io/r/zniper/django-quickadmin?branch=master\r\n\r\n\r\nThis is a small Django application which automatically registers all found models withtin the current project into the admin area.\r\n\r\nFeatures\r\n========\r\n\r\n* Add all found models from other installed applications into admin section\r\n* Configurable exclusion of specific applications and models\r\n* Auto exclude models from stock applications of Django\r\n\r\nInstallation\r\n============\r\n\r\nTo install the latest release, just using pip::\r\n\r\n pip install django-quickadmin\r\n\r\nThen insert 'quickadmin' into INSTALLED_APPS inside settings module::\r\n\r\n INSTALLED_APPS = (\r\n 'django.contrib.admin',\r\n ...\r\n 'quickadmin',\r\n ...\r\n )\r\n\r\nPlease be sure that 'django.contrib.admin' is present, otherwise Django will throw error when starting.\r\n\r\nFor any questions or comments regarding this application, please email to me[at]zniper.net.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/zniper/django-quickadmin", "keywords": "django admin models register python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-quickadmin", "package_url": "https://pypi.org/project/django-quickadmin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-quickadmin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zniper/django-quickadmin" }, "release_url": "https://pypi.org/project/django-quickadmin/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Django application automatically registers all found models into admin area", "version": "0.1.2" }, "last_serial": 1505123, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "b23b7ebc42988906549f0007dcf1e0ce", "sha256": "469b96e614b49889bc21b5d582d2ffe73cd4bab8d4c9f1e7f623a72945eea1bb" }, "downloads": -1, "filename": "django-quickadmin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b23b7ebc42988906549f0007dcf1e0ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4375, "upload_time": "2015-04-10T07:55:10", "url": "https://files.pythonhosted.org/packages/28/5f/b89b647e8c80d0fd71b37e46a4f1f8a93daa3aad3763b0979100828c00cb/django-quickadmin-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7cd971d1505d65d6b78b60f4afa8be01", "sha256": "e9f861c766e7ec7c05b3833fc7a2353df961caaa8d3e9d276d6be186583068e4" }, "downloads": -1, "filename": "django-quickadmin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7cd971d1505d65d6b78b60f4afa8be01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4458, "upload_time": "2015-04-10T16:18:26", "url": "https://files.pythonhosted.org/packages/4b/7b/bbf3fb83daa846fce56da3702a4cfb04581c029ea26501f2afdddce238db/django-quickadmin-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "89f3ce011c7fd4f7f29c383aaa22936f", "sha256": "fca7c04794f8cc2ecb968b9ea28dec8385a5d9071b0c38b101e73887aa0a8676" }, "downloads": -1, "filename": "django-quickadmin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "89f3ce011c7fd4f7f29c383aaa22936f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5527, "upload_time": "2015-04-14T16:26:29", "url": "https://files.pythonhosted.org/packages/3b/3c/8d3ef46aaa9a18d9ff8dc916b1af87856e7da01841a08e9cc9b8f0be844e/django-quickadmin-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89f3ce011c7fd4f7f29c383aaa22936f", "sha256": "fca7c04794f8cc2ecb968b9ea28dec8385a5d9071b0c38b101e73887aa0a8676" }, "downloads": -1, "filename": "django-quickadmin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "89f3ce011c7fd4f7f29c383aaa22936f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5527, "upload_time": "2015-04-14T16:26:29", "url": "https://files.pythonhosted.org/packages/3b/3c/8d3ef46aaa9a18d9ff8dc916b1af87856e7da01841a08e9cc9b8f0be844e/django-quickadmin-0.1.2.tar.gz" } ] }