sadmin
sadmin copied to clipboard
sadmin是用python Django开发的后台用户管理系统,包含完善的用户管理和权限管理功能,最大的特色是根据URL来定义方便的权限管理。
增加了python3.5版本
# python manage.py migrate ProgrammingError at / (1146, "Table 'accounts.UserManage_rolelist' doesn't exist") Request Method: GET Request URL: http://10.1.11.185:82/ Django Version: 1.9.6 Exception Type: ProgrammingError Exception Value: (1146, "Table 'accounts.UserManage_rolelist' doesn't...
RemovedInDjango18Warning caused by dynamic ModelForm. RolelistForm and PermissionlistForm needs update django version :1.7 the solution is when define the ModelForm, insert an attribute into "class Meta", like this ``` class...