Quoting Malik Rumi (2017-08-13 20:00:19) > *2. In the docs at* > > > http://mezzanine.jupo.org/docs/packages.html?highlight=settings#mezzanine.conf.Settings > > > I see a reference to *class* mezzanine.conf.*Settings**.* I have no such > file at that location, or any location that I have searched for.
The Settings class is not a file but an internal abstraction around the settings you provide (conventionally in settings.py). > *3. In the TinyMCE docs * > > > https://www.tinymce.com/docs/get-started/basic-setup/ > > > It talks about snippet examples. I do see these examples, but what I am > supposed to do with them remains a mystery. Thinking that I could just copy > and paste these snippets into an existing file, I've been looking all over > my code for a working example of > > > "tinymce.init" > > > but been unable to find one. Copy the default setup from `mezzanine/core/static/mezzanine/js/tinymce_setup.js` into your static assets, change the `TINYMCE_SETUP_JS ` (http://mezzanine.jupo.org/docs/configuration.html#tinymce-setup-js) value to your custom path, and then make modifications to it. > 5 mg is too big!? Django's default maximum is 2.5mb: <https://docs.djangoproject.com/en/1.11/ref/settings/#std:setting-FILE_UPLOAD_MAX_MEMORY_SIZE> -- 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/d/optout.
