On Jul 11, 4:22 am, Venkatraman S <venka...@gmail.com> wrote:
> I am taking a very wild guess, as i have not pored over the docs,
> but does a middleware which proxies the sqls help you? I think
> i saw one such in djangosnippets.

Middlewares are only used in the request/response cycle. Not the right
place for db-level stuff.

@OP: I think your better bet would be to implement your own db
backend, deriving from django's mysql backend.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to