Hi all, I am working on a cart save function. I can't find any signal that gets sent before the logout takes place. Could someone please point me to the right direction? I find the logout url uses the default 'django.contrib.auth.views.logout' view in satchmo_store/accounts/urls.py If there is no signal for it would something this work.: overwrite the logout url to catch it before satchmo does. Save the cart items in my custom view and then call the original logout view.
Thank you for all the help lzantal
-- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
