Thanks for reading my question.
Before to ask, i was reading about my doubt:
http://djangobook.com/customizing-authentication-django/
django roles authorization architecture
Django Permissions for Different Clients
... And i'm not clear about permissions set in Django :(
I learning Django, but i want to try to build a permission set on my app. My system is about a schoool: teachers, students, management people, class room leaders.
The system's premise is: an user only must to have a rol.
Some questions about it:
I thinking to prepopulate role table, with general profiles: student, teacher, management... What is the better way to do it?
The typical restriction: a teacher is the unique profile can add, delete, view, edit your student's scores. What is the better way to do it? Should I do it through a custom system? Have u some url, code or source where can i to check it?
Excuse me my english. Thanks!