[mezzanine-users] Re: Images have disappeared

2015-12-04 Thread Alexey Kutalo
I have reinstalled the Pillow and now everything is functioning well. Thanks to all. -- 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

Re: [mezzanine-users] Re: Python 3 and fabric

2015-12-04 Thread Ken Bolton
Hi Sarah, Please do write it up and share! -ken On Fri, Dec 4, 2015 at 1:42 AM, Sarah Hein wrote: > I also realized that Fabric doesn't work with Python 3.X and have been > working on building a server the hard way the last few days. It actually > hasn't been to bad - I've spent as much time w

[mezzanine-users] Frontend CMS

2015-12-04 Thread wh4n
If I wanted to put the CMS tools on the frontend for the user to control it. What steps do I need to take and what security precautions should I take? Is there any documentation about this anywhere? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users

[mezzanine-users] Email from forms...

2015-12-04 Thread Sarah Hein
I feel silly, but I swear I've tried to fix this on my own and by checking the docs... Working to deploy Mezzanine with Python 3.4 onto a Digital Ocean VPS. Trying to mimic the Fabric deploy the best I can, and have it set up with PostgresQL, Supervisord, Nginx, and Gunicorn. Everything seems t

Re: [mezzanine-users] Email from forms...

2015-12-04 Thread Eduardo Rivas
Can you try sending an email from the Django shell? Mezzanine is most likely swallowing the mail error to avoid raising a 500. https://docs.djangoproject.com/en/1.8/topics/email/#send-mail Just fill the three first params. It'll try to send the email, if everything goes well, it'll return noth

Re: [mezzanine-users] Email from forms...

2015-12-04 Thread Danny
On 5/12/2015 3:19 AM, Sarah Hein wrote: I feel silly, but I swear I've tried to fix this on my own and by checking the docs... Working to deploy Mezzanine with Python 3.4 onto a Digital Ocean VPS. Trying to mimic the Fabric deploy the best I can, and have it set up with PostgresQL, Supervisor

[mezzanine-users] The right place for "static" and "templates"

2015-12-04 Thread Márcio Moreira
Hello friends, I am a beginner on Mezzanine and Django, and I am very confused about where is the "right" place to put static and templates files on the folder structure of a mezzanine project. Doing this: cd \sites mezzanine-project mysite I got the following folder structure: C:\SITES \---my