{ "info": { "author": "Eric Florenzano", "author_email": "floguy@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-memcached\n=================\n\nThis is a very simple reusable app which does one thing: shows you statistics\nabout your currently running memcached instances. There are no database models\nand not much configuration.\n\nInstalling django-memcached\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-memcached``.\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/ericflo/django-memcached/tree/master", "keywords": "memcached,django", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-memcached", "package_url": "https://pypi.org/project/django-memcached/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-memcached/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ericflo/django-memcached/tree/master" }, "release_url": "https://pypi.org/project/django-memcached/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "django-memcached is a very simple reusable app which does one simple thing: shows you statistics about your currently running memcached instances", "version": "0.1.2" }, "last_serial": 790067, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "771192259ba4d8a2d366ee4519073bc5", "sha256": "79d4f3d5dd36e7477b9a6b8c35f7cf1eefaead32a94d08cefc8fe09a1acc6337" }, "downloads": -1, "filename": "django-memcached-0.1.tar.gz", "has_sig": false, "md5_digest": "771192259ba4d8a2d366ee4519073bc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3164, "upload_time": "2009-02-05T09:30:55", "url": "https://files.pythonhosted.org/packages/b4/21/0eb00448fd976b2661f58be972229ee6c07370187c9b2941d953d815188c/django-memcached-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ae0c930cd4d60f02bac14b08bf5f294b", "sha256": "70d7ce8664b20e713fb5ff0d2c8542411aa1470e97848449aa9b84c0b78f1f59" }, "downloads": -1, "filename": "django-memcached-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ae0c930cd4d60f02bac14b08bf5f294b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3219, "upload_time": "2009-02-05T09:37:37", "url": "https://files.pythonhosted.org/packages/ee/d2/ea5daf34fbdff28787017ed2d10c0ac27034526a70c731cef44679ad7caa/django-memcached-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ff52a7ea15abc5af79d80af2babc41c6", "sha256": "4ae2bcb9962c148530bd638cffb40eb5044adb24cb65bf6807e0c8070f3aa862" }, "downloads": -1, "filename": "django-memcached-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ff52a7ea15abc5af79d80af2babc41c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5344, "upload_time": "2009-02-05T10:10:06", "url": "https://files.pythonhosted.org/packages/61/77/505fb2701e3ef484a657da380137e25ea0e219c10123aa5b4e776533ea66/django-memcached-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ff52a7ea15abc5af79d80af2babc41c6", "sha256": "4ae2bcb9962c148530bd638cffb40eb5044adb24cb65bf6807e0c8070f3aa862" }, "downloads": -1, "filename": "django-memcached-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ff52a7ea15abc5af79d80af2babc41c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5344, "upload_time": "2009-02-05T10:10:06", "url": "https://files.pythonhosted.org/packages/61/77/505fb2701e3ef484a657da380137e25ea0e219c10123aa5b4e776533ea66/django-memcached-0.1.2.tar.gz" } ] }