{ "info": { "author": "Matthias Kestenholz", "author_email": "mk@feinheit.ch", "bugtrack_url": null, "classifiers": [], "description": "Django-mkadmin\n==============\n\nModifies the stock Django-Administration interface to fit my ideas a little\nbit better.\n\n\nMKADMIN_CREATE = [\n 'blog.Post',\n # 'blog', # Take all models from the blog app.\n 'chet.Album',\n]\n\nMKADMIN_DASHBOARD = [\n ('mkweb.mkadmin.AtAGlance', {\n 'models': ['blog.Post', 'chet.Album', 'chet.Photo'],\n }),\n ('mkweb.mkadmin.AllApps', {\n }),\n ('mkweb.mkadmin.RecentActions', {\n }),\n ('mkweb.mkadmin.QuickDraft', {\n }),\n ('mkweb.mkadmin.Feed', {\n 'url': 'http://www.feinheit.ch/news/feed/',\n }),\n]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/matthiask/django-mkadmin/", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-mkadmin", "package_url": "https://pypi.org/project/django-mkadmin/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-mkadmin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/matthiask/django-mkadmin/" }, "release_url": "https://pypi.org/project/django-mkadmin/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Modifies the stock Django-Administration interface to fit my ideas a little bit better.", "version": "0.1.0" }, "last_serial": 1167716, "releases": { "0.1.0": [] }, "urls": [] }