If I have 2 databases in my project like 'default' and 'second'. I wrote 
database router that models are created for right dbs. But anyway each time 
I need to call both:

./manage.py migrate
./manage.py migrate --database=second

It leads into forgetting one of dbs from time to time and also complicates 
deployment scripts. 
Should we add something like

./manage migrate --all

?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/b31bfba0-4d8c-4e23-9834-7186a75ee37c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to