On Mon, Feb 1, 2010 at 11:07 PM, Klemens Mantzos <klemens.mant...@gmail.com> wrote: > hi list, > > checked out the new multidb feature > (http://docs.djangoproject.com/en/dev/topics/db/multi-db/). > > i assumed that syncdb would only sync those models in the database > when calling allow_syncdb() of the database routers return True. is > that true? > > my problem: syncdb syncs the complete model in the db. and i couldnt > even figure out if the DATABASE_ROUTERS are correctly configured and > working (django don't throws an error if the DATABASE_ROUTERS = > ['foo.bar']) > > ### Django version 1.2 alpha 1 SVN-12120
Database routers weren't implemented until SVN-12272. You won't see any errors with an earlier checkout because the DATABASE_ROUTERS setting isn't being used at all. Yours Russ Magee %-) -- 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.