A initial of auth based on django.auth module on version 1.7
##build-in permissions:
build-in permssions can be modified in
account.models
("change_other_userprofile", "Can Change others Profile"),
("stop_userprofile", "Can userprofile"),
("read_first_menu_account", "Can See the first menu of user management"),
("read_second_menu_user", "Can See the second menu of user management"),
("read_second_menu_group", "Can See the second menu of group"),
("read_second_menu_permission", "Can See the second menu of permission"),
##Django APPs/Modules:
- account