Error creating new content types. Please make sure contenttypes is migrated before trying to migrate apps individually
I think this has something to do with “The removal of ContentType.name“, according to this. But somehow it doesnt work. By manually removing the column name from ‘django_content_type’ table. Eg. ‘ALTER TABLE django_content_type DROP COLUMN name’ I was able to apply the migrations. Maybe this can get you a little bit further at least.