Answer the question
In order to leave comments, you need to log in
Django. How to save multiselect fields?
I'm trying to add users to groups (default classes User and Group) without using admin.py
I create a form:
class EditForm(forms.ModelForm):
class Meta:
model = User
fields = ['groups']
Answer the question
In order to leave comments, you need to log in
Made an example on editing users.
Combining functions for registration and editing is a very bad idea.
https://github.com/onrik/users_example
I hope everything is clear, there was no time to make beautiful html design.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question