{ "info": { "author": "drager", "author_email": "drager@programmers.se", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==========================\ndjango-simple-mixins\n==========================\n\nWhat is it?\n===========\n\ndjango-simple-mixins is a simple Django App that contains some Mixins to use for Django's Class Based Views.\n\nInstallation\n============\n\nYou can do any of the following to install ``django-simple-mixins``\n\n- Run ``pip install django-simple-mixins``.\n- Run ``easy_install django-simple-mixins``.\n- Download or \"git clone\" the package and run ``setup.py``.\n- Download or \"git clone\" the package and add ``simplemixins`` to your PYTHONPATH.\n\nUsage\n=====\n\nFor example if you'd like to use the ``CacheMixin``::\n\n from django.views.generic import ListView\n \n from simplemixins.mixins import CacheMixin\n\n class ArticleListView(CacheMixin, ListView):\n cache_timeout = 60 * 15 # 900 \u2013 that is, 15 minutes multiplied by 60 seconds per minute.\n model = Article\n\nRequirements\n============\n\n`Django>=1.5\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/drager/django-simple-mixins", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-simple-mixins", "package_url": "https://pypi.org/project/django-simple-mixins/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-mixins/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/drager/django-simple-mixins" }, "release_url": "https://pypi.org/project/django-simple-mixins/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Mixins to use for Djangos Class Based Views.", "version": "0.1.0" }, "last_serial": 1064319, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1b0a75c2688164bae8ab1899f47e240d", "sha256": "b16c2f4fe924e48aaf233f010dee8c4f35d7f7196336b952d8bedc6e49a27e88" }, "downloads": -1, "filename": "django-simple-mixins-0.1.0.zip", "has_sig": false, "md5_digest": "1b0a75c2688164bae8ab1899f47e240d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6105, "upload_time": "2014-04-18T11:14:34", "url": "https://files.pythonhosted.org/packages/d5/38/adfc2537e1e2349692d656fddd574e74d6852ea18235f884647297572603/django-simple-mixins-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b0a75c2688164bae8ab1899f47e240d", "sha256": "b16c2f4fe924e48aaf233f010dee8c4f35d7f7196336b952d8bedc6e49a27e88" }, "downloads": -1, "filename": "django-simple-mixins-0.1.0.zip", "has_sig": false, "md5_digest": "1b0a75c2688164bae8ab1899f47e240d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6105, "upload_time": "2014-04-18T11:14:34", "url": "https://files.pythonhosted.org/packages/d5/38/adfc2537e1e2349692d656fddd574e74d6852ea18235f884647297572603/django-simple-mixins-0.1.0.zip" } ] }