{ "info": { "author": "Ianar\u00e9 S\u00e9vi", "author_email": "ianare@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "Django Memcache Admin\n=====================\n\nMemcache administration tools for Django.\n\n* Show cluster information, optionally auto-updated.\n* Show a server's statistics.\n* Show a server's slabs.\n* Flush the cluster (GUI and CLI).\n* Compatible with default admin and Bootstrap.\n\nInstall\n-------\nInstall via pip::\n\n pip install django-memcache-admin\n\nAdd ``memcache_admin`` to ``INSTALLED_APPS`` in your ``settings.py`` file.\n\nUpdate the database::\n\n python manage.py syncdb\n\nThe application will now be available in the admin panel.\n\n\nPermissions\n-----------\nTo use this module, a user must have access to the Django admin panel and have *change* permissions on the\n``memcache_admin | Memcache Dashboard`` model.\n\nSetting *add* or *delete* permissions has no effect, they are always false.\n\n\nSettings\n--------\nIn your ``settings.py`` file, you can add a dictionary called ``MEMCACHE_ADMIN``.\n\nThe following key/value settings are available:\n\nREFRESH_RATE \u2014 integer\n Sets the auto-update refresh rate in milliseconds for the server information in the dashboard.\n Note that auto-updating must still be activated in the dashboard for this to take effect.\n If set to ``None``, refreshing will be disabled (unavailable in the dashboard interface).\n Default is 5000 milliseconds (5 seconds).\n\nCACHE \u2014 string\n The cache definition to use. Default is \"default\".\n\n\nCommands\n--------\nAvailable management commands.\n\nflushmemcache\n Invalidates all existing memcache items, so that occupied memory will be overwritten by new items.\n\n\nCompatibility\n-------------\n* Tested on Django 1.6 and 1.7\n* For best results, `python-memcached `_ should be used.\n* `pylibmc `_ can be used, but not all information will be available.\n\nThis library is compatible with python 2 and 3, however the memcache packages above are only python2 compatible.\n\n\nAcknowledgements\n----------------\nSome ideas taken from the\n`django-memcache-status `_\nand `django-memcached2 `_ projects\n\n\nLicense\n-------\nGNU Lesser General Public License, version 3.", "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/ianare/django-memcache-admin", "keywords": "memcached", "license": "LGPLv3+", "maintainer": null, "maintainer_email": null, "name": "django-memcache-admin", "package_url": "https://pypi.org/project/django-memcache-admin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-memcache-admin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ianare/django-memcache-admin" }, "release_url": "https://pypi.org/project/django-memcache-admin/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Memcache administration tools for Django.", "version": "0.2.1" }, "last_serial": 2062614, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "568cf82a080d1e4df86fc07a97016392", "sha256": "f9cf6472bd5ba69b30a262bebabfe2d53c24ec47e3383e03bb3b2fbf3bc14d82" }, "downloads": -1, "filename": "django-memcache-admin-0.0.2.tar.gz", "has_sig": false, "md5_digest": "568cf82a080d1e4df86fc07a97016392", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5933, "upload_time": "2013-12-22T17:46:21", "url": "https://files.pythonhosted.org/packages/e3/73/928f9d4acc5e06624f0ed7880490122320f0a80f518c9461ccbabdeb4e85/django-memcache-admin-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "2bc9f3c8ee013027aa27108f33207f40", "sha256": "f5b50a5d6c23a0b013a0d404f0909626a484975e275460f8db331aa7d37a45e0" }, "downloads": -1, "filename": "django-memcache-admin-0.0.3.tar.gz", "has_sig": false, "md5_digest": "2bc9f3c8ee013027aa27108f33207f40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7073, "upload_time": "2013-12-27T22:11:18", "url": "https://files.pythonhosted.org/packages/0b/98/10ace5df093df8de390f591e055fb836427400220720793d3744b2b2ddf7/django-memcache-admin-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "b123db91ba4fcb758a4fa12679f8dbff", "sha256": "16a312a39c1e990ca084bbc7bd5a5c5442b59cc740ec40041748c2999b15f529" }, "downloads": -1, "filename": "django-memcache-admin-0.0.4.tar.gz", "has_sig": false, "md5_digest": "b123db91ba4fcb758a4fa12679f8dbff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7895, "upload_time": "2014-01-07T11:05:06", "url": "https://files.pythonhosted.org/packages/52/ef/1203774bf16817a94510a2a7f50179a162ff5ec195eba95ed4acb2af538e/django-memcache-admin-0.0.4.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "052138c9dd11ea0bf19f5cfd69b9365c", "sha256": "21251ee8c8b81f27890a1fd70a4edd507f28c5af613fef4f8a8546beaecbf6ea" }, "downloads": -1, "filename": "django-memcache-admin-0.1.0.tar.gz", "has_sig": false, "md5_digest": "052138c9dd11ea0bf19f5cfd69b9365c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7941, "upload_time": "2014-01-15T16:59:18", "url": "https://files.pythonhosted.org/packages/53/80/e0f636823334fe4f08799ca3de42fb7543e96f798972c3e1efe625ed047d/django-memcache-admin-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "19c46be798b7a078ffdd2c3b2b78ad26", "sha256": "93e29decc338ef8df23ef137427494c56b7cedcef5b5c59b5ff6b60735824093" }, "downloads": -1, "filename": "django_memcache_admin-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "19c46be798b7a078ffdd2c3b2b78ad26", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15072, "upload_time": "2014-01-16T13:56:07", "url": "https://files.pythonhosted.org/packages/08/43/cfc5be03c48ac00d50ac297d33126ec9a96062fcecb9240b888ee4b02320/django_memcache_admin-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df85875cf82e8c3e0fcfc88f9dcdf292", "sha256": "f290aeca7cf4d5be0c74bdca21e643a927f212aa73d53932a35269c9f84c8b83" }, "downloads": -1, "filename": "django-memcache-admin-0.1.1.tar.gz", "has_sig": false, "md5_digest": "df85875cf82e8c3e0fcfc88f9dcdf292", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8013, "upload_time": "2014-01-16T13:17:33", "url": "https://files.pythonhosted.org/packages/48/45/9c0459cfbabf0f51c47e5723dc368d69b19f35223ec9ee14cb919bb0d5c3/django-memcache-admin-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f223f08f47da5deebcc73126aaa2806f", "sha256": "1a6035872b72a81769e2de65ac1ec0549b32b22fc01a1a895c05f3b0b826226b" }, "downloads": -1, "filename": "django_memcache_admin-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f223f08f47da5deebcc73126aaa2806f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15225, "upload_time": "2014-01-17T00:27:48", "url": "https://files.pythonhosted.org/packages/10/f8/40293a63c34d5ea96d5bc448128bc208b9f1646f3ff7a6fcb54f380fb97e/django_memcache_admin-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e46c814000a93d580b9f92909f838c72", "sha256": "37be9391ea1d14d1f6d4f0c61aea2735759e522633a4c7219180d5686d88e4d8" }, "downloads": -1, "filename": "django-memcache-admin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e46c814000a93d580b9f92909f838c72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10129, "upload_time": "2014-01-17T00:26:28", "url": "https://files.pythonhosted.org/packages/18/c2/c58006af543cdea45fdb5ef7c59381b50eef584cd18d57f0ada409c10398/django-memcache-admin-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "1f0cff1c6de7bfd1788ee99b8894d05d", "sha256": "790a33e1f1a8b08fa53726dece393214b5a503499615543c70107edb14d26c14" }, "downloads": -1, "filename": "django_memcache_admin-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1f0cff1c6de7bfd1788ee99b8894d05d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15732, "upload_time": "2014-02-10T21:54:46", "url": "https://files.pythonhosted.org/packages/f6/b3/6645ad3f2eb47d3e428529ae1b3e614278048789d5040a1a79d9189b8214/django_memcache_admin-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cbebd657700f542899f51f130fa7938f", "sha256": "42df1adaf577abfc36456ef0bd8b3f3580e051b9a51ce4734d0f15e267541f5a" }, "downloads": -1, "filename": "django-memcache-admin-0.1.3.tar.gz", "has_sig": false, "md5_digest": "cbebd657700f542899f51f130fa7938f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10316, "upload_time": "2014-02-10T21:54:09", "url": "https://files.pythonhosted.org/packages/7c/c2/713e80895be8ef7cbafd045b607534b77dda92166d639567f59427727c16/django-memcache-admin-0.1.3.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6c4aff1ca63d713af9c3d379151f674b", "sha256": "ec70a8d9885734634e404a326fd708c51a7028d5b4d9043a692b012ad06a0500" }, "downloads": -1, "filename": "django_memcache_admin-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c4aff1ca63d713af9c3d379151f674b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16780, "upload_time": "2014-03-14T23:40:33", "url": "https://files.pythonhosted.org/packages/1d/66/43fabdac9ba69bace3a092c9c818aa49cc8b973380aded3dbe90040d3f5c/django_memcache_admin-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da53dbbcac60ff4b61ca8f502ff1b2e8", "sha256": "7bfeab27e2ec407df3557726f68411c4e900bd20a4222b78917c4752db8c64df" }, "downloads": -1, "filename": "django-memcache-admin-0.2.0.tar.gz", "has_sig": false, "md5_digest": "da53dbbcac60ff4b61ca8f502ff1b2e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10585, "upload_time": "2014-03-14T23:40:21", "url": "https://files.pythonhosted.org/packages/67/8f/04af6f9e329032ba281779327600a371c57b084d631ea7681558b89d7b44/django-memcache-admin-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "c77240314e9889aa87c2ab86a31af53e", "sha256": "a3ed21eaf7125210554504ad0d22e5b73e31eb693239176a69c0ed6c6a7788f3" }, "downloads": -1, "filename": "django-memcache-admin-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c77240314e9889aa87c2ab86a31af53e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10996, "upload_time": "2016-04-13T20:30:56", "url": "https://files.pythonhosted.org/packages/07/58/26bc33d5a2a53e358ba4ecb734a791ef5ef4af8fe6c21b1dee62f115a05f/django-memcache-admin-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c77240314e9889aa87c2ab86a31af53e", "sha256": "a3ed21eaf7125210554504ad0d22e5b73e31eb693239176a69c0ed6c6a7788f3" }, "downloads": -1, "filename": "django-memcache-admin-0.2.1.tar.gz", "has_sig": false, "md5_digest": "c77240314e9889aa87c2ab86a31af53e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10996, "upload_time": "2016-04-13T20:30:56", "url": "https://files.pythonhosted.org/packages/07/58/26bc33d5a2a53e358ba4ecb734a791ef5ef4af8fe6c21b1dee62f115a05f/django-memcache-admin-0.2.1.tar.gz" } ] }