I am in the process of setting up a django server. I am trying to connect 
our 4 legacy DBs to her. I have created a separate app for each DB, added 
the app_label to the meta of the model and wrote a read only router for 
each db. This was working fine until i got to the last one. The routing is 
not taking. There error message shows me that it is failing because django 
is looking for a table in my default DB instead of following the route. Why 
is this???????

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/1448feac-e772-436a-b296-3ccc0017e109%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to