Search Results

5
votes

How to create a triple-join table with Django

zacherates writes: I'd model Role as an association class between Users and Roles (...) I'd also reccomed this solution, but you can al …