Re: About UserCreationForm

2018-07-12 Thread MICHAEL EBEBE
roups.com [mailto:django-users@googlegroups.com] > On Behalf Of abhishek dadhich > Sent: Thursday, July 12, 2018 1:43 PM > To: Django users > Subject: About UserCreationForm > > I want to use UserCreationForm but I can't import the form. When I'm > importing UserCreat

Re: About UserCreationForm

2018-07-12 Thread abhishek dadhich
lf Of *abhishek dadhich > *Sent:* Thursday, July 12, 2018 1:43 PM > *To:* Django users > *Subject:* About UserCreationForm > > > > I want to use UserCreationForm but I can't import the form. When I'm > importing UserCreationForm from django.contrib.aut

RE: About UserCreationForm

2018-07-12 Thread Matthew Pava
Because it’s actually django.contrib.auth.forms …with an s. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of abhishek dadhich Sent: Thursday, July 12, 2018 1:43 PM To: Django users Subject: About UserCreationForm I want to use UserCreationForm but I can&#

About UserCreationForm

2018-07-12 Thread abhishek dadhich
I want to use UserCreationForm but I can't import the form. When I'm importing UserCreationForm from django.contrib.auth.form it will show that "ModuleNotFoundError: No module named 'django.contrib.auth.form' " How do I solve it? -- You received this message because you are subscribed to the