Re: [mezzanine-users] Good sample Mezzanine site (with code) for learning forms processing

2016-09-07 Thread Rick9004
Thanks.If I use something like crispy-forms does that muck up anything?. I have a fair number of crud forms that I need to build and want to be efficient and have good maintainability. I'll first get a handle on straight out the box Django forms On Saturday, September 3, 2016 at 4:30:38

Re: [mezzanine-users] Good sample Mezzanine site (with code) for learning forms processing

2016-09-03 Thread Ryne Everett
I don't think mezzanine plays any role here -- it's all vanilla django. You can implement 1 & 2 with ModelForms and 3 with a generic ListView

[mezzanine-users] Good sample Mezzanine site (with code) for learning forms processing

2016-09-03 Thread Rick9004
In looking for "how to" for form building with Mezzanine and Django I can't find a complete site that would allow me to de-construct how form processing is performed. I mostly understand the various components but lack the overview of how they are put together. Specifically, I have a model