Wednesday, March 1, 2017

Django Migrations?

I am a relatively new Django coder. I'm building a small custom CMS. Whenever I get deep into development, I run into a migration problem: an old error keeps halting newer migrations. I long ago fixed the original error, but the migration continues to stop due to a now non-existent error. I know I can rollback the migration to the last successful attempt, but how do I prevent this in the first place? Thanks.



No comments:

Post a Comment