For a long time Django lacked native migrations, instead developers opted for an add-on library. Now it’s fully integrated but there’s still more you can do than just what is labeled on the box, such as executing custom migrations as highlighted here.
|