Skip to content

infoforcefeed/django-olegdbcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages