inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Edit password causes not found error #40

Closed eweisner1973 closed 4 years ago

eweisner1973 commented 4 years ago

Solution in other apps was to add custom form: form = UserAdminChangeForm (see Step-Up for example)

weslord commented 4 years ago

Fixed in #31