A. By creating a custom template and specifying it in the urls.py file
B. By using the {% extends %} template tag in the custom template
C. By setting the LOGIN_TEMPLATE variable in the projects settings
D. By modifying the login.html template in the auth app
Correct Answer is :
A. By creating a custom template and specifying it in the urls.py file