Skip to content Skip to sidebar Skip to footer

Why Doesn't Work Registration User?

i can't registration of user work, just relog the page, someone can help me form.py class RegistroUserForm(forms.Form): username = forms.CharField(min_length=5,widget=forms.Te

Solution 1:

Have you already tried?

user_model = AdministracionUsuarios.crear_usuario(nombre_de_usuario=username,email=email, password=password)

Post a Comment for "Why Doesn't Work Registration User?"