{ "info": { "author": "Jon Dufresne", "author_email": "jon.dufresne@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "==================\ndjango-check-admin\n==================\n\ndjango-check-admin is a Django app that adds a system check to verify that all\nmodels have been registered with the Django admin site. This check is useful if\nall models of a project should normally be registered.\n\n\nInstallation\n============\n\nInstall the package with pip:\n\n.. code-block::\n\n $ pip install django-check-admin\n\nAdd ``'checkadmin'`` to ``INSTALLED_APPS``.\n\n.. code-block:: python\n\n INSTALLED_APPS = [\n ...\n 'checkadmin',\n ]\n\n\nRunning\n=======\n\nUse the Django management command ``check``:\n\n.. code-block::\n\n $ python manage.py check\n\nIf a model is not registered with the Django admin site, an error will be\nemitted. For example:\n\n.. code-block::\n\n The model myapp.MyModel is not registered with an admin site.\n\nIf specific models should be ignored by the check, use\n``checkadmin.ignore()``:\n\n.. code-block:: python\n\n import checkadmin\n from myapp.models import MyModel\n\n checkadmin.ignore(MyModel)\n\nNow, even if ``MyModel`` is not registered with an admin site, an error will\nnot be emitted.\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/jdufresne/django-check-admin", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-check-admin", "package_url": "https://pypi.org/project/django-check-admin/", "platform": "", "project_url": "https://pypi.org/project/django-check-admin/", "project_urls": { "Homepage": "https://github.com/jdufresne/django-check-admin" }, "release_url": "https://pypi.org/project/django-check-admin/0.9.1/", "requires_dist": [ "Django (>=1.11)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "A Django app to check that all models have been added to the Django admin site.", "version": "0.9.1" }, "last_serial": 4448799, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "783b8f72bd198a2f9a27bfdd333526e6", "sha256": "a09941036d9b8e1c1d0c8e6feafcb602888179178b35e206ec0e20b66e4acde5" }, "downloads": -1, "filename": "django_check_admin-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "783b8f72bd198a2f9a27bfdd333526e6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5704, "upload_time": "2018-11-04T03:34:55", "url": "https://files.pythonhosted.org/packages/09/16/d9305098bda8544c218559c8ae94393f8a5afe82a5aaa5e508e4b8ddd1e4/django_check_admin-0.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5db0c32c13f4e4c73fb2277ce665ffe5", "sha256": "ce6b24bd684f45ba90ebe3806b0ef83330f2ca59ff7e01bcfaae230b42fd53e1" }, "downloads": -1, "filename": "django-check-admin-0.9.0.tar.gz", "has_sig": false, "md5_digest": "5db0c32c13f4e4c73fb2277ce665ffe5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2788, "upload_time": "2018-11-04T03:34:56", "url": "https://files.pythonhosted.org/packages/5d/6a/abe72ab1607a7b8bdd9583544a8cd64f98ff363f450d0d1ae98f1dba17f0/django-check-admin-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "561d8bc4e873a987ebedb7aa9eb79c26", "sha256": "bf8b27090538876b0b23263b14b94e5ff1cddaf833cf20b10ca5a64448249290" }, "downloads": -1, "filename": "django_check_admin-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "561d8bc4e873a987ebedb7aa9eb79c26", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5699, "upload_time": "2018-11-04T03:54:35", "url": "https://files.pythonhosted.org/packages/7a/03/66eec12b8841c654e5d4c9b77a9aed3ff26486ce0c87031b7c5a70674813/django_check_admin-0.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "768bf355c3ce969cbe00010be942ac62", "sha256": "c94e92fb6cce7cc29327b9a54ae868aae7fcc656329996aae9776358d885b8a0" }, "downloads": -1, "filename": "django-check-admin-0.9.1.tar.gz", "has_sig": false, "md5_digest": "768bf355c3ce969cbe00010be942ac62", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2780, "upload_time": "2018-11-04T03:54:36", "url": "https://files.pythonhosted.org/packages/3b/6d/a2e1ba2d5aa8bc3eb73849391e4f821f9b646097218a0f204f7d6653d0d1/django-check-admin-0.9.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "561d8bc4e873a987ebedb7aa9eb79c26", "sha256": "bf8b27090538876b0b23263b14b94e5ff1cddaf833cf20b10ca5a64448249290" }, "downloads": -1, "filename": "django_check_admin-0.9.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "561d8bc4e873a987ebedb7aa9eb79c26", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5699, "upload_time": "2018-11-04T03:54:35", "url": "https://files.pythonhosted.org/packages/7a/03/66eec12b8841c654e5d4c9b77a9aed3ff26486ce0c87031b7c5a70674813/django_check_admin-0.9.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "768bf355c3ce969cbe00010be942ac62", "sha256": "c94e92fb6cce7cc29327b9a54ae868aae7fcc656329996aae9776358d885b8a0" }, "downloads": -1, "filename": "django-check-admin-0.9.1.tar.gz", "has_sig": false, "md5_digest": "768bf355c3ce969cbe00010be942ac62", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 2780, "upload_time": "2018-11-04T03:54:36", "url": "https://files.pythonhosted.org/packages/3b/6d/a2e1ba2d5aa8bc3eb73849391e4f821f9b646097218a0f204f7d6653d0d1/django-check-admin-0.9.1.tar.gz" } ] }