Re: Easy question to the Auth System

2012-09-16 Thread WoHinDu
I love Django. Sometimes it's a bit dificult to find what you need, but if you find it, it's always simpel. If someone have the same problem just add filter_horizontal or filter_vertical thats all! Am Sonntag, 16. September 2012 18:01:34 UTC+2 schrieb WoHinDu: > > Hey, > > sorry for my bad engl

Re: Easy question to the Auth System

2012-09-16 Thread Thomas Orozco
Hi, Use ManyToMany if one event can relate to *several* Users Use ForeignKey if one event relates to a *single* User Cheers, Thomas 2012/9/16 WoHinDu : > Hey, > > sorry for my bad englisch. Englisch is not my nativ language, but i hope you > can understand it and sorry for the stupid question b