awesto / django-shop

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

Registration View #833

Closed markusmo closed 3 years ago

markusmo commented 3 years ago

Hi I would like to override registration view's save function with my own. What does not work for me, is even though I use SHOP_CASCADE_FORMS = { 'RegisterUserForm': 'myshop.forms.RegisterUserForm', }, it still does not trigger my save function.

I also tried to override url-patterns, but that did not work properly too.

I am out of Ideas. What would be an easy way, not having to write my own plugin, etc.

markusmo commented 3 years ago

I figured it out. does not matter any more