Hi all, 
If anybody can give the complete example of User, Group, permission, 
Project table with the association table, that should work with repoze 
authentication and authorization framework. 
User table sholud contain 
--------------- 
user_id, 
user_name, 
email_address 
Group table should contain 
-------------------------- 
group_id 
group_name 
Permission 
---------- 
permission_id 
permission_name 
Project_table 
------------- 
project_id 
project_name 
and the association table should contain 
---------------------------------------- 
user_id 
group_id 
project_id 
-------------------------------------------------------- 
:) :) 
Abdul Gaffar 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to