Hi,

I have two DB configured on my django project... one in oracle and the
other one in MySQL...
My Oracle DB is the default one, and on MySQL I store data that is not
really related to my main application.

I want to store session data in MySQL, since oracle is legacy but
whenever I try to store something on my session object
("request.session['temp']=1"), django looks for django_session table
on Oracle, crashing completely my app.

I have read something about dabatase routing, but I'm not sure if this
is the way to go for this.

How can I make django look for django_session's table on my
"secondary" MySQL  DB ?

thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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