django auth class views vs function views -


i creating website using django version 1.11.5, wondering better use auth class best views (loginview, passwordchangeview) or writing own function based views. thank in advance.

it better use class based auth views provided django.

but if considering customization can write own views.

hope helps!!


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -