jazzband / django-admin2

Extendable, adaptable rewrite of django.contrib.admin
BSD 3-Clause "New" or "Revised" License
1.19k stars 152 forks source link

Hardcoded LoginView #436

Closed arthur-wsw closed 8 years ago

arthur-wsw commented 8 years ago

Add a way to customize LoginView Add documentation on how tow customize login view

Resolve #416

galuszkak commented 8 years ago

@arthur-wsw it will be good to have some test using custom login view.

arthur-wsw commented 8 years ago

I wasn't sure on how it can be tested, does anyone has an idea on how the test could be written ?

arthur-wsw commented 8 years ago

I finally was able to add a test by overriding the ROOT_URLCONF settings

@galuszkak i just added a test that check html in response. Is this test enough?

auvipy commented 8 years ago

@arthur-wsw could u pull the changes and re-base?