{ "info": { "author": "kf", "author_email": "7kfpun@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 :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "# django-simple-cache-admin\n\nThis a simple cache manager for checking and updating cache value easily in admin.\n\n## Installation\n\nPut ``simple_cache_admin`` in your ``INSTALLED_APPS``.\n\nThat's all. Only admin-users with ``superuser`` permission can see.\n\n## Permissions\n\nTo use this module, a user must have access to the Django admin panel and have *change* permissions on the\n``simple_cache_admin | SimpleCache admin`` model.\n\nSetting *add* or *delete* permissions has no effect, they are always false.\n\n# Settings\n\nIn your ``settings.py`` file, you can add a dictionary called ``SIMPLE_CACHE_ADMIN``.\n\nThe following key/value settings are available:\n\nTIMEOUT \u2014 integer\n The default timeout, in seconds, to use for the cache. This argument default is 3600 seconds (1 hour).\n\nCACHES \u2014 string\n A dictionary containing the settings for all caches to be used with Django. It is a nested dictionary whose contents maps cache aliases to a dictionary containing the options for an individual cache. Default is the settings in **django.conf**.\n https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-CACHES\n\n## Screenshots\n\nOverview of simple cache admin.\n![django-simple-cache-admin](https://raw.githubusercontent.com/7kfpun/django-simple-cache-admin/master/simple_cache_admin.png)\n\n## License\n\nMIT\n\n## Changelog\n\n**0.1.0:**\n\n Initial Release.", "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/7kfpun/django-simple-cache-admin", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-simple-cache-admin", "package_url": "https://pypi.org/project/django-simple-cache-admin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-simple-cache-admin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/7kfpun/django-simple-cache-admin" }, "release_url": "https://pypi.org/project/django-simple-cache-admin/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Cache administration tools for Django.", "version": "0.1.2" }, "last_serial": 1523854, "releases": { "0.1.0": [], "0.1.1": [], "0.1.2": [ { "comment_text": "", "digests": { "md5": "9edceb3b38422f3748ecbbe501830a81", "sha256": "4f0daa6377cf227040b472e72955d9699474605dc5cb27b010d6c6ca2c1602c1" }, "downloads": -1, "filename": "django-simple-cache-admin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9edceb3b38422f3748ecbbe501830a81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4623, "upload_time": "2015-04-28T03:45:36", "url": "https://files.pythonhosted.org/packages/2f/25/b73d8433538252a3a4e1405c1d42cd6828548c165d4f050ff8de3069db84/django-simple-cache-admin-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9edceb3b38422f3748ecbbe501830a81", "sha256": "4f0daa6377cf227040b472e72955d9699474605dc5cb27b010d6c6ca2c1602c1" }, "downloads": -1, "filename": "django-simple-cache-admin-0.1.2.tar.gz", "has_sig": false, "md5_digest": "9edceb3b38422f3748ecbbe501830a81", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4623, "upload_time": "2015-04-28T03:45:36", "url": "https://files.pythonhosted.org/packages/2f/25/b73d8433538252a3a4e1405c1d42cd6828548c165d4f050ff8de3069db84/django-simple-cache-admin-0.1.2.tar.gz" } ] }