Cache administration tools for Django.
Project description
# 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-simple-cache-admin-0.1.2.tar.gz
.
File metadata
- Download URL: django-simple-cache-admin-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4f0daa6377cf227040b472e72955d9699474605dc5cb27b010d6c6ca2c1602c1
|
|
MD5 |
9edceb3b38422f3748ecbbe501830a81
|
|
BLAKE2b-256 |
2f25b73d8433538252a3a4e1405c1d42cd6828548c165d4f050ff8de3069db84
|