https://github.com/infoforcefeed/django-olegdbcache
https://github.com/infoforcefeed/django-olegdbcache
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/infoforcefeed/django-olegdbcache
- Owner: infoforcefeed
- Created: 2014-03-01T07:43:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T16:17:16.000Z (about 12 years ago)
- Last Synced: 2025-02-25T20:18:35.048Z (over 1 year ago)
- Language: Python
- Size: 164 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OlegDB Cache Backend for Django
Quick setup SO SPEED
--------------------
Add to your settings file:
````
CACHES = {
"default": {
"BACKEND": "django_olegdbcache.oleg.OlegDBCache",
"LOCATION": "http://localhost:8080"
}
}
````