Here, I am trying to automatically give data in Customer model of one app from SignUpForm form model in another app in Django. How can I do it?

后端 未结 0 1458
傲寒
傲寒 2021-02-02 14:30

from django.contrib.auth.models import User from django.contrib.auth.forms import UserCreationForm from django import forms

class SignUpForm(UserCreationForm): password2

相关标签:
回答
  • 消灭零回复
提交回复
热议问题