Remove dependency ('cms', '__latest__') in migrations/0001_initial.py because it leads to an exception: django.db.migrations.exceptions.InconsistentMigrationHistory when there are new Django CMS migrations, which are then a dependency of the already executed initial slider migration.
Remove dependency
('cms', '__latest__')
inmigrations/0001_initial.py
because it leads to an exception: django.db.migrations.exceptions.InconsistentMigrationHistory when there are new Django CMS migrations, which are then a dependency of the already executed initial slider migration.