Those migrations are for the models Django creates by default, such as the users, groups and permissions.
If you're not going to use them you can comment out those apps in your settings. Otherwise you need to run those migrations to create the required tables for your application.