RE: [] Django cache separate database

2011-08-11 Thread Henrik Genssen
why are you willing to use the db-cache-backend instead of memcache? >reply to message: >date: 11.08.2011 05:02:10 >from: "vsnu" <rsvishnuvar...@gmail.com> >to: "Django users" <django-users@googlegroups.com> >subject: [] Django cache separate data

Django cache separate database

2011-08-11 Thread vsnu
In my django app, I am using a separate database (not default). And I am selecting it manually by using (using= "database_name") Now I need to use the django backend cache on that database. For that straight forward approach works only for default database. For a separate database, do we need to