>
> 2. I've moved my models to the new app but I have them using the tables 
> from the old app using Meta.db_table. How do I make migrations understand 
> what's going on and not try to delete my old tables? Once migrations gets 
> what's going on, how do I rename the old table so it fits the new app name 
> so I no longer need Meta.db_table?
>
Autodetecting changes to Meta.db_table was just added in django 1.7.1, so 
try that out if you haven't.

-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ba996a94-feae-4456-bc2d-89dbd1dd2440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to