Kayode Adechinan
Kayode Adechinan
Yes, i am about to support it myself, i just want to know if it can be possible to do that, before starting any modification. On Thu, Sep 9, 2021...
# step 1: make a custom usercreationform ```python class CustomUserCreationForm(UserCreationForm): class Meta: model = User fields = UserCreationForm.Meta.fields + ("email",) ``` # step 2 : add the custom usercreationform to...
if you can't add a clear documentation for your libraries, don't make them ! It's just boring.