Hi, i want to build a kind of web shop for file download. What I need is individual permission for each uploaded file vs. each user.
So far I see two ways of doing that: The first way is to create auth_group for each user and add a permission tot hat group for each file whixh was bought by user. The secon way is to greacte a group and a permisson for each file and add users to the "file" group. Which way is better? Is there eve better way than these two? Best, Hanyo --