I’ve tried the following but this seems to only create an empty migration file:
startmigration appname freeze_appname --freeze appname
i’ve also tried just:
startmigration --freeze appname
doesn’t work either.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok since i see no SOUTH users around, i had to figure out how to do this.
what i did wrong was create the data migrations first without freezing the apps
i did this:
and this created the blank migrations file where i then put in my data migration functions. but i did not freeze the apps i wanted to use/access withing the migration
the right way to do this would have been: