[mezzanine-users] Re: Thumbnail picture doesn't work in production Mezzanine

2016-09-03 Thread Tran
the source code is On Saturday, September 3, 2016 at 4:27:53 PM UTC-6, Tran wrote: > Hi everyone, > > I am using Mezzanine 4.2.0 and for some reasons, the thumbnail feature > doesn't work when deploy in production (it works when I run locally > 127.0.0.1:8000). > > Local on 127.0.0.1:8000

[mezzanine-users] Thumbnail picture doesn't work in production Mezzanine

2016-09-03 Thread Tran
Hi everyone, I am using Mezzanine 4.2.0 and for some reasons, the thumbnail feature doesn't work when deploy in production (it works when I run locally 127.0.0.1:8000). Local on 127.0.0.1:8000 (you can see the url got generated directly to *.thumbnails/nhansolo2.jpg/nhansolo2-100x100.jpg)*

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