jazzband / django-dbtemplates

Django template loader for database stored templates with extensible cache backend

Home Page:https://django-dbtemplates.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable cacheing (Fixed in new version?)

bbirand opened this issue · comments

Hi,

Thanks for dbtemplates, I'm looking forward to trying it. I'm running Django==1.9.7, and having trouble setting up this module. When I try to set it up, I get the error:

ImportError: cannot import name 'get_cache'

I think this is fixed in the new version, but not on the one in PyPI (version 1.3). Can you push the latest version to PyPI.

Also, is there any way to cancel cacheing altogether?

Thanks

Yeah, will be fixed in #81