{ "info": { "author": "Sina Samavati", "author_email": "sina.samv@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-favorite\n\nA simple reusable app for django that makes it easy to have a favorite button for any model.\n\n## Installation\n\n $ pip install django-favorite\n\n## Usage\n\nFirst off, include its css/js file\n\n```html\n\n\n\n\n```\n\nand then\n\n```\n{% load favorite_tags %}\n\n{% for comment in post.comments %}\n {% favorite_button comment %}\n{% endfor %}\n```", "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/s1n4/django-favorite", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "django-favorite", "package_url": "https://pypi.org/project/django-favorite/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-favorite/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/s1n4/django-favorite" }, "release_url": "https://pypi.org/project/django-favorite/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple reusable app for django that makes it easy to have a favorite button for any model.", "version": "0.0.1" }, "last_serial": 789626, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3ab10d476f6edeadb0a1a19852e22aec", "sha256": "2db90a7dc56b16481c8a53a76ad5ae28d51b5bb8457448be6eeeea3410f5f14b" }, "downloads": -1, "filename": "django-favorite-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3ab10d476f6edeadb0a1a19852e22aec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4288, "upload_time": "2013-05-10T23:37:34", "url": "https://files.pythonhosted.org/packages/30/d3/fc07e710262cb6c721f7d78db2ee72e3d6453e9026b7f400124da926e32c/django-favorite-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ab10d476f6edeadb0a1a19852e22aec", "sha256": "2db90a7dc56b16481c8a53a76ad5ae28d51b5bb8457448be6eeeea3410f5f14b" }, "downloads": -1, "filename": "django-favorite-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3ab10d476f6edeadb0a1a19852e22aec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4288, "upload_time": "2013-05-10T23:37:34", "url": "https://files.pythonhosted.org/packages/30/d3/fc07e710262cb6c721f7d78db2ee72e3d6453e9026b7f400124da926e32c/django-favorite-0.0.1.tar.gz" } ] }