Re: How to create groups for users in Django

2016-03-04 Thread Luis Zárate
Años observation Person.objects.create(name=request.user) Lazy object is set but name is charfield. M1is not saved. form.save() create other group that is not used. El jueves, 3 de marzo de 2016, escribió: > Hello! > > I have a problem, like in topic, with creating groups in django. I was sea

How to create groups for users in Django

2016-03-03 Thread dszczesniak
Hello! I have a problem, like in topic, with creating groups in django. I was searching everywhere and nothing was so interested. What i want from this section: I would like to by filling a column with the name of the group, formed a quite new group, on the occasion of adding me as one of t