{ "info": { "author": "Simon Litchfield", "author_email": "simon@s29.com.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Style your django admin changelist rows with ease! \n\n1. Install using pip\n\n2. Add liststyle to your settings.py INSTALLED_APPS\n\n3. Add to your ModelAdmin classes like this --\n\nclass MyModelAdmin(admin.ModelAdmin, ListStyleAdminMixin):\n ...\n def get_row_css(self, obj, index):\n if obj.active:\n return 'red red%d' % index\n return ''\n \nNote. If you have your own change_list_results.html; you'll need to \nincorporate the changes from the one here.\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/litchfield/django-liststyle", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-liststyle", "package_url": "https://pypi.org/project/django-liststyle/", "platform": "any", "project_url": "https://pypi.org/project/django-liststyle/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/litchfield/django-liststyle" }, "release_url": "https://pypi.org/project/django-liststyle/0.1/", "requires_dist": null, "requires_python": null, "summary": "Django admin changelist CSS styling", "version": "0.1" }, "last_serial": 2021823, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8c5700b1419784297f0dc1c933798b3f", "sha256": "183f46a662a91f2b3c2a999fd36a61f3d162e0b29b3140d0d1be9d632b2ebd48" }, "downloads": -1, "filename": "django-liststyle-0.1.tar.gz", "has_sig": false, "md5_digest": "8c5700b1419784297f0dc1c933798b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1390, "upload_time": "2016-02-24T00:03:01", "url": "https://files.pythonhosted.org/packages/a8/57/be1c36c286cf6a4fd1fe894e77ef3cb9e109d6f63a8cff149af763ef2088/django-liststyle-0.1.tar.gz" } ], "0.2b0": [ { "comment_text": "", "digests": { "md5": "6d8d7868069c0db6d919c8902ff0ec93", "sha256": "edbd356b7debc5ff2eed8b5a1ccd2264ea18ef8a548045325308e2d9eb545554" }, "downloads": -1, "filename": "django-liststyle-0.2b0.tar.gz", "has_sig": false, "md5_digest": "6d8d7868069c0db6d919c8902ff0ec93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2393, "upload_time": "2016-03-23T01:29:26", "url": "https://files.pythonhosted.org/packages/b3/fb/31b171bb072a5944d0ddfa306229051dfd7307c34ac79eb48a90c6d62fd9/django-liststyle-0.2b0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8c5700b1419784297f0dc1c933798b3f", "sha256": "183f46a662a91f2b3c2a999fd36a61f3d162e0b29b3140d0d1be9d632b2ebd48" }, "downloads": -1, "filename": "django-liststyle-0.1.tar.gz", "has_sig": false, "md5_digest": "8c5700b1419784297f0dc1c933798b3f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1390, "upload_time": "2016-02-24T00:03:01", "url": "https://files.pythonhosted.org/packages/a8/57/be1c36c286cf6a4fd1fe894e77ef3cb9e109d6f63a8cff149af763ef2088/django-liststyle-0.1.tar.gz" } ] }