Not able to add custom fields to django-registration

前端 未结 3 1293
逝去的感伤
逝去的感伤 2020-12-10 22:44

I extended RegistrationFormUniqueEmail

class CustomRegistrationFormUniqueEmail(RegistrationFormUniqueEmail):
    first_name = forms.CharField(la         


        
3条回答
  •  Happy的楠姐
    2020-12-10 23:21

    You can try to look here Extending django-registration using signals and here http://dmitko.ru/?p=546

提交回复
热议问题