app based group permissions pre load without foreign keys
Use post_migrate to load bulk permissions to grant groups full access to certain apps using the group name and the app name only.
- post_migrate
 - group_permission
 - preload
 
Use post_migrate to load bulk permissions to grant groups full access to certain apps using the group name and the app name only.