Re: [mezzanine-users] x_frame_options deny causes wysiwyg editor "insert/edit image" upload to fail

2016-01-15 Thread Matthew Summers
On Wed, Jan 13, 2016 at 10:50 AM, Joseph Mohan wrote: > Makes 100% sense, Doh! Of course, I look at the actual thing that I deployed and it's SAMEORIGIN not SAME-ORIGIN or SAME_ORIGIN. Sorry for the noise. -- You received this message because you are subscribed to the

Re: [mezzanine-users] mezzanine.forms - using email field as mail from

2014-05-13 Thread Matthew Summers
You should mention to your client that it's very likely these emails will be dropped into a spam folder as forgeries. This is totally against best practices, and a terrible idea. -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe

Re: [mezzanine-users] Re: help needed depoloying Mezzanine on Digital Ocean

2014-04-28 Thread Matthew Summers
It's probably a bad idea to put your virtualenv in /root, this is the root user's home dir. I usually create a specific user that will be running my mezzanine projects. This way you are not running gunicorn as root, but as a normal user. Really, it's a best practice to reduce the number of

[mezzanine-users] Uploadify swf versus fileuploader.js

2014-04-16 Thread Matthew Summers
Hello, I'm just curious if anyone has tried replacing the flash-based filebrowser-safe uploader with the JS-based uploader from filebrowser? It appears that the successor to fileuploader.js is called fine-uploader, but you gotta build it yourself if you want to use it for free. Looks easy enough.

Re: [mezzanine-users] Re: TinyMCE dialogs not rendering over SSL

2014-04-09 Thread Matthew Summers
Hi there, First, tinymce uses an iframe for its pop-ups, so make sure you use: add_header X-Frame-Options SAMEORIGIN; and not: add_header X-Frame-Options DENY; I have a feeling that the issue is with the iframe coming from http in an https page. Second, you definitely do not want to over-ride

[mezzanine-users] Serving static files in development without runserver (with gunicorn)

2014-04-04 Thread Matthew Summers
Hello, I've seen a few threads about this in the past so I thought I would share. It's common to desire parity between dev and production environments, i.e. no change between envs. At least I generally find this to save time and energy, so towards that I generally develop Mezzanine, or any django

Re: [mezzanine-users] Fab Script ImportError: No module named future.builtins

2014-04-03 Thread Matthew Summers
Does that file exist? -- 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 mezzanine-users+unsubscr...@googlegroups.com. For more options, visit

Re: [mezzanine-users] Default fabfile deploy, Internal Server Error

2014-03-31 Thread Matthew Summers
Just for reference, --log-file and --error-logfile are the same http://docs.gunicorn.org/en/latest/settings.html#errorlog Cheers, Matt -- You received this message because you are subscribed to the Google Groups Mezzanine Users group. To unsubscribe from this group and stop receiving emails

Re: [mezzanine-users] Can't figure out why my Static Files won't load

2014-03-27 Thread Matthew Summers
Remove the trailing slash on your location alias directive. On Thu, Mar 27, 2014 at 6:32 PM, Kyle Pennell kpenn...@gmail.com wrote: Ah! Will try pulling that out. Thanks for the help, Stephen. On Thu, Mar 27, 2014 at 5:28 PM, Stephen McDonald st...@jupo.org wrote: On Fri, Mar 28, 2014