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

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -