This list is for Django development only, please refer to the django-user 
list to get support in the future.

Take a look at database routers and the `allow_syncdb`[1] method to achieve 
that.

Simon

[1] https://docs.djangoproject.com/en/1.4/topics/db/multi-db/#allow_syncdb

Le mercredi 4 juillet 2012 07:24:12 UTC-4, Bernardo P. a écrit :
>
> Hello,
>
> I have the following scenario. I have multiple tenants on different 
> databases, all sharing the same code base. Everytime there is a change on 
> the models, I call south's migrate on each of the databases via a single 
> command migrate_all_databases (which calls south's migrate and django's 
> syncdb on every database). There is however a shared database, where all 
> tenants have access to. I'd like this shared database to have different 
> models than the models on the tenants, which would involve having two 
> different settings for INSTALLED_APPS. I've tried simply changing this 
> setting before calling the syncdb command on the code, but django complains 
> it can't find the app I removed. Any suggestions?
>
> Many thanks in advance!
>

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

Reply via email to