Core Cache Manager App
Cache management feature for the curator core project.
Configuration
1. Add “core_cache_manager_app” to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
...
"core_cache_manager_app",
]
2. Include the core_cache_manager_app URLconf in your project urls.py like this
url(r'^', include("core_cache_manager_app.urls")),
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 core_cache_manager_app-1.4.0.tar.gz.
File metadata
- Download URL: core_cache_manager_app-1.4.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee3a4dea6cc28965acc7fd654f1822e2c8f6048d58d78e70fb3b02164caac6e6
|
|
| MD5 |
902155bb37614c8564d61006480e4acf
|
|
| BLAKE2b-256 |
67e1f10d8bc6243aa25464a3cc0d1af3a300336c4d6406b26c250ebc33d86fd0
|