Closed winhamwr closed 12 years ago
Don't depend on django.conf.settings and django.core.cache existing, and instead use a configuration variable to decide which should be used.
django.conf.settings
django.core.cache
This kind of works now. Needs tests!
Don't depend on
django.conf.settings
anddjango.core.cache
existing, and instead use a configuration variable to decide which should be used.