Which Class Based View is perfect for User Registration ?
from django.views.generic.edit import FormView
or
from django.views import View
Is there any other Class Based View for User Registration ?
Which Class Based View is perfect for User Registration ?
from django.views.generic.edit import FormView
or
from django.views import View
Is there any other Class Based View for User Registration ?