Greetings, I am starting in the world of django and I have some problems
with a custom user, for the registration of users to the database, the
example that I have works 100% with the user that comes by default allows
me to render the registration form user without any inconvenience, but when
I
Saludos, me estoy iniciando en el mundo de django y tengo algunos problemas
con un usuario personalizado, para el registro de usuarios a la base de
datos, el ejemplo que tengo funciona al 100% con el usuario que viene por
defecto me permite renderizar el formulario de registro de usuario sin
ni
Greetings, I am starting in the world of django and I have some problems
with a custom user, for the registration of users to the database, the
example that I have works 100% with the user that comes by default allows
me to render the registration form user without any inconvenience, but when
I
hello everyone, please help me with this error that is generated in the
views.py, in class registro(CreateView):
Thank you
form.py
class RegistrationForm(forms.ModelForm):
password = forms.CharField(label='Password', widget=forms.PasswordInput)
class Meta:
model = UserProfile
4 matches
Mail list logo