How to Move a Django Model to Another App

Haki Benita
1 min readMay 6, 2020

In my latest article for RealPython I share three ways to tackle one of the most challenging tasks involving Django migrations: moving a model from one Django app to another.

The article covers some exotic migration operations and many of the built-in migration CLI commands such sqlmigrate, showmigrations and sqlsequencereset. In the article I also demonstrate important migrations concepts such as reversible migrations, migration plans and introspection.

Read “How to Move a Django Model to Another App” on RealPython ≫

“How to Move a Django Model to Another App” on RealPython

Originally published at https://hakibenita.com on May 6, 2020.

--

--