Resetting Django Migrations

Sometimes you’ll need to reset your Django migrations or simply make a clean up .This process can be performed very easily in many situations but can also become complex if you have a big number of migration files and database tables .In this tutorial I’ll show you a few options to enable you to effectively delete or reset your Django database migrations without affecting the working of your project .

Read the complete tutorial here