Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infoforcefeed/django-olegdbcache


https://github.com/infoforcefeed/django-olegdbcache

Last synced: about 2 months ago
JSON representation

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"
}
}
````