{ "info": { "author": "Ionel Cristian M\u0103rie\u0219", "author_email": "contact@ionelmc.ro", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "===============================\n django-admin-customizer\n===============================\n\nDjango admin customizing interface\n\n\nFeatures\n========\n\n* Multiple admin instances for the same model\n* Customization of:\n\n * list_display\n * list_filter\n * raw_id_fields\n * search_fields\n\nTODO\n====\n\n* actions configurator\n* base admin class support\n\nRequirements\n============\n\n* Django 1.2, 1.3, 1.4, trunk. Django 1.1 is NOT supported.\n* Python 2.6 or 2.7\n\n|status|_\n\n.. |status| image:: http://travis-ci.org/ionelmc/django-admin-customizer.png\n.. _status: http://travis-ci.org/ionelmc/django-admin-customizer\n\nInstallation guide\n==================\n\nInstall from pypi, with pip::\n\n pip install django-admin-customizer\n\nOr with setuptools::\n\n easy_install django-admin-customizer\n\nAdd ``admin_customizer`` to ``INSTALLED_APPS``::\n\n INSTALLED_APPS += (\"admin_customizer\", )\n\nAdd the admin customizer's urls to your root url conf. This is the url where\nyour will access your custom admin instances. Eg: in your project's urls.py add::\n\n (r'^admin/_/', include('admin_customizer.urls')),\n\nAfter that you need to run::\n\n manage.py syncdb\n\nOr if you use south::\n\n manage.py syncdb --migrate\n\nYou need to update ``admin_customizer``'s models to get it working, initially and\nafter each model change with::\n\n manage.py refresh_available_fields\n\n**Note:**\n\n If you delete models the registered admins will be deleted for them.\n\n If you delete fields from models the registered admins will have them\n removed after you run refresh_available_fields.\n\n``django-admin-customizer`` has static files for widgets in the edit interface.\nIf you use staticfiles just run::\n\n manage.py collectstatic\n\nIf you do not use django.contrib.staticfiles you must manually symlink the\nsite-packages/admin_customizer/static/admin_customizer dir to /admin_customizer.\n\nMaking extra actions available\n==============================\n\n*TODO*\n\nSettings\n========\n\n``ADMIN_CUSTOMIZER_MAX_FIELD_DEPTH`` - depth to look for relations when\ninspecting models.\n\nMiddleware\n==========\n\nTo enable urlpattern reloading add\n``'admin_customizer.middleware.URLResolverReloadMiddleware'`` to\n``MIDDLEWARE_CLASSES``.\n\n**Warning!**\n\n You must have working django cache for this to work properly ! See django's\n `cache documentation\n `_\n on this.\n\nIf you do not enable this you will have to restart the webserver after every\nAdminSite or RegisteredModel change !\n\n\nScreenshots\n===========\n\nEdit page:\n\n.. image:: https://github.com/downloads/ionelmc/django-admin-customizer/admin-customizer-registered-model-edit-page.png", "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/ionelmc/django-admin-customizer", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-admin-customizer", "package_url": "https://pypi.org/project/django-admin-customizer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-admin-customizer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ionelmc/django-admin-customizer" }, "release_url": "https://pypi.org/project/django-admin-customizer/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django admin customizing interface", "version": "0.2" }, "last_serial": 789041, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7d3134d578c6e3179d6e191f9bdbb84b", "sha256": "4a30d793d8c55ed4b3f3cc3545c242a17d8e8c701f93b2eb6f17d23022bd2869" }, "downloads": -1, "filename": "django-admin-customizer-0.1.tar.gz", "has_sig": false, "md5_digest": "7d3134d578c6e3179d6e191f9bdbb84b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 51694, "upload_time": "2012-04-02T02:50:10", "url": "https://files.pythonhosted.org/packages/87/f3/67355627712a4b997723973c2510b84c03575d0fcb8e6442fca71fcf9b4a/django-admin-customizer-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1bcc0bf7c7b0b2f4944f7ce479d87176", "sha256": "d9ac40dc08015482e343554b1703b4a1cb6186237931ba6d21805b642601c1e1" }, "downloads": -1, "filename": "django-admin-customizer-0.2.tar.gz", "has_sig": false, "md5_digest": "1bcc0bf7c7b0b2f4944f7ce479d87176", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52410, "upload_time": "2012-04-04T22:45:12", "url": "https://files.pythonhosted.org/packages/37/68/50cce5f12025b28f9d6b3cc02075ea22d5395d64841a5e62a65800966a0f/django-admin-customizer-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1bcc0bf7c7b0b2f4944f7ce479d87176", "sha256": "d9ac40dc08015482e343554b1703b4a1cb6186237931ba6d21805b642601c1e1" }, "downloads": -1, "filename": "django-admin-customizer-0.2.tar.gz", "has_sig": false, "md5_digest": "1bcc0bf7c7b0b2f4944f7ce479d87176", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52410, "upload_time": "2012-04-04T22:45:12", "url": "https://files.pythonhosted.org/packages/37/68/50cce5f12025b28f9d6b3cc02075ea22d5395d64841a5e62a65800966a0f/django-admin-customizer-0.2.tar.gz" } ] }