Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infoforcefeed/django-olegdbcache
https://github.com/infoforcefeed/django-olegdbcache
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/infoforcefeed/django-olegdbcache
- Owner: infoforcefeed
- Created: 2014-03-01T07:43:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-29T16:17:16.000Z (over 10 years ago)
- Last Synced: 2024-03-25T21:52:28.049Z (10 months 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"
}
}
````