Could someone please help with reg/auth/auth using class-based generic views? It is clear how to do this with function-based views, but not with classes. Cannot understand the philosophy of CBV when rendering forms.
Could someone please help with reg/auth/auth using class-based generic views? It is clear how
Share
Why should it be necessarily Class-based if it works well with functional view ?
For registration I used this :