[Answered ]-Adding Custom Permissions in django.auth.models

2👍

You can implement your own custom permission class using built in feature PermissionsMixin

0👍

How you are creating database?

You should use south with -all method.

http://south.aeracode.org/

I have also find connected topic:
Adding new custom permissions in Django

Leave a comment