I'd like to use couchdbkit with django but I noticed that the built-in auth system complains that the site is ImproperlyConfigured. It seems as if I haven't set the database ENGINE setting yet.
I suppose the obvious question is did I overlook something? Is it already supported?
If it's not supported are there any projects which have already tackled this problem?
You have to set the database ENGINE setting in the django settings file.