Ahmed Salah

Results 1 comments of Ahmed Salah

I had the same issue and i solved it , you just Edit in Class Meta: in forms.py ` class Meta(UserCreationForm.Meta): model = User fields = UserCreationForm.Meta.fields + ( 'username',...