Hi! I want to extend the base mezzanine.accounts user class. As I learned in http://mezzanine.jupo.org/docs/user-accounts.html, I have to define my class and fields, and then specify the class in AUTH_PROFILE_MODULE. So far, so good.
What is the proper approach when it comes to creating custom forms? I tried to subclass mezzanine.accounts.forms.ProfileForm but it creates a number of problems, for example: how do I change the default widget for a formfield which is defined in my custom model class? I'm inexperienced and I often have trouble telling if something I come up is a terrible idea (from design/pattern/best practices point of view), so please bear with me :-) Any help appreciated, cheers! -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
