Understanding Migrations in Django
In Django, the fake option in the migrate command is used to mark migrations as applied without actually running them.
https://erpsolutions.oodles.io/developer-blogs/Understanding-Migrations-in-Django/
#Django #python