# django-simple-cache-admin
This a simple cache manager for checking and updating cache value easily in admin.
## Installation
Put simple_cache_admin in your INSTALLED_APPS.
That’s all. Only admin-users with superuser permission can see.
## Permissions
To use this module, a user must have access to the Django admin panel and have change permissions on the simple_cache_admin | SimpleCache admin model.
Setting add or delete permissions has no effect, they are always false.
# Settings
In your settings.py file, you can add a dictionary called SIMPLE_CACHE_ADMIN.
The following key/value settings are available:
- TIMEOUT — integer
The default timeout, in seconds, to use for the cache. This argument default is 3600 seconds (1 hour).
- CACHES — string
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. https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-CACHES
## Screenshots
Overview of simple cache admin. 
## License
MIT
## Changelog
0.1.0:
Initial Release.
Release files for django-simple-cache-admin 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-simple-cache-admin-0.1.2.tar.gz | 4.6 kB | Details |
Release files / django-simple-cache-admin-0.1.2.tar.gz
| Download URL | django-simple-cache-admin-0.1.2.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4f0daa6377cf227040b472e72955d9699474605dc5cb27b010d6c6ca2c1602c1
|
|
BLAKE2b-256 checksum How to use checksums |
2f25b73d8433538252a3a4e1405c1d42cd6828548c165d4f050ff8de3069db84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |