awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.17k stars 1.04k forks source link

Customize Registration from #783

Closed pydrogo closed 4 years ago

pydrogo commented 4 years ago

Hi

I want to customize the registration form to be able to get the first_name and last_name in the form. what's the best solution for doing this?

haricot commented 4 years ago

I started to implement in the WIP django2 #776 , the starting point is to modify this: https://github.com/awesto/django-shop/blob/5160815f5af1724495092410a1bac66cd622cab9/shop/cascade/auth.py#L23

pydrogo commented 4 years ago

Thank you @haricot