{ "info": { "author": "Eric Davis", "author_email": "ed@npri.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Monitoring" ], "description": "django-memcached2\n=================\n\ndjango-memcached2 is a lightweight, resuable Django app that displays\nstatistics about your currently running memcached instances.\n\nIt is a fork of Eric Florenzano's django-memcached_ that works with the\nCACHES settings introduced in Django 1.3.\n\n.. _django-memcached: https://github.com/ericflo/django-memcached\n\nInstalling django-memcached2\n----------------------------\n\n1. Either download the tarball and run ``python setup.py install``, or simply\n use easy_install or pip like so ``easy_install django-memcached2``.\n\n\n2. Add django_memcached to your ``INSTALLED_APPS`` setting::\n\n INSTALLED_APPS = (\n # ...\n 'django_memcached',\n )\n\n\n3. Add the urls to your url configuration::\n\n urlpatterns = patterns('',\n # ...\n (r'^cache/', include('django_memcached.urls')),\n )\n\n\n4. If you want to restrict these urls to only staff members, just add this\n setting to your settings file::\n \n DJANGO_MEMCACHED_REQUIRE_STAFF = True\n\n\nThat's it. Hopefully this app gives you a little insight into how your\nmemcached servers are being utilized.", "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/edavis/django-memcached", "keywords": "memcached,django,caching,caches", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-memcached2", "package_url": "https://pypi.org/project/django-memcached2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-memcached2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/edavis/django-memcached" }, "release_url": "https://pypi.org/project/django-memcached2/0.2/", "requires_dist": null, "requires_python": null, "summary": "django-memcached2 displays statistics about your currently running\nmemcached instances. It's a fork of django-memcached that works with\nthe new-style CACHES setting introduced in Django 1.3.", "version": "0.2" }, "last_serial": 748598, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "52bf06280e77c42accbc37b8c5c48ce7", "sha256": "59460bcef541ee54b4b0db03b602178fc3d44b67484e15c00ce6b9dde5b1d527" }, "downloads": -1, "filename": "django-memcached2-0.1.tar.gz", "has_sig": false, "md5_digest": "52bf06280e77c42accbc37b8c5c48ce7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5212, "upload_time": "2011-11-21T01:32:48", "url": "https://files.pythonhosted.org/packages/7c/1b/d8ea9680f788877bd24e17d3e66fe2e6f8114ec344e6a18441fd23ecd1ce/django-memcached2-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "ce0721392d9e0d078b67a75685e5fada", "sha256": "76d736d66b212bb7ff4263d45421a65607234c3ffb487a7dabedfd260cd702ee" }, "downloads": -1, "filename": "django-memcached2-0.2.tar.gz", "has_sig": false, "md5_digest": "ce0721392d9e0d078b67a75685e5fada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5232, "upload_time": "2013-03-11T18:59:00", "url": "https://files.pythonhosted.org/packages/e8/d4/dcb7eed073946878ca63cdc824e0f248bf05127ca764c4920a6c514b6c08/django-memcached2-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ce0721392d9e0d078b67a75685e5fada", "sha256": "76d736d66b212bb7ff4263d45421a65607234c3ffb487a7dabedfd260cd702ee" }, "downloads": -1, "filename": "django-memcached2-0.2.tar.gz", "has_sig": false, "md5_digest": "ce0721392d9e0d078b67a75685e5fada", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5232, "upload_time": "2013-03-11T18:59:00", "url": "https://files.pythonhosted.org/packages/e8/d4/dcb7eed073946878ca63cdc824e0f248bf05127ca764c4920a6c514b6c08/django-memcached2-0.2.tar.gz" } ] }