I'm moving a model to a different app in my project, and I want to keep the 
same data that I already have.  I created a migration with a RunSQL operation 
that simply renames the table with the new app prefix.  However, when I run 
makemigrations, Django insists on adding a migrations.CreateModel operation for 
me in the new app.  How do I avoid that?

-- 
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/4959b2480e4044d8b48a74b22457d7a4%40iss2.ISS.LOCAL.
For more options, visit https://groups.google.com/d/optout.

Reply via email to