Caches the groups a user is in so requests don't have to make calls to the database to check group status.
Project description
Caches the groups a user is in so requests don’t have to make calls to the database to check group status.
Documentation
The full documentation is at https://django-groups-cache.readthedocs.io.
Quickstart
Install django-groups-cache:
pip install django-groups-cache
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'groups_cache.apps.GroupsCacheConfig',
...
)
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2017-01-11)
First release on PyPI.
Project details
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-groups-cache-0.1.1.tar.gz
.
File metadata
- Download URL: django-groups-cache-0.1.1.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b09db9072b64c14b4a512ba1c649f7a3654c2f17860de3edd966c9b6cd34112 |
|
MD5 | 15032eb5ea056033acf678ac84b99031 |
|
BLAKE2b-256 | ecd1cb1427ba8f0472e41d829864f84da800d3486ea09ff450600acad51dddfd |