Sorry to revive an old thread, but this material is very close to a n00b question I have: where/how does content entered in the WYSIWYG editor in the admin get stored?
Let's say I start out with a brand new Mezzanine installation and create a new Page called 'FAQ' with 'Hello world' in the body.
I haven't added any custom templates in my project template directory yet.
When I go to the FAQ page in the browser, 'Hello world' shows up in the body. Where's it coming from?
I know 'Hello world' is being appended to the main block in pages/page.html, but I cannot figure where it's coming from. Can anyone point me in the right direction? Thanks...
steve