[mezzanine-users] configuring Pygments with WYSIWYG?

2014-04-27 Thread Jared Nielsen
Howdy, New to Mezzanine/Django. I want to implement Pygments on my Mezzanine site. I find a lot of information about setting up Pygments with Markdown, but is there a straightforward method for implementing Pygments with the built-in WYSIWYG? Thanks in advance. -- You received this message

[mezzanine-users] Re: Our site has just gone live

2014-04-27 Thread Jared Nielsen
Nice looking site. And robots. On Wednesday, April 16, 2014 2:48:08 AM UTC-6, Nick Read wrote: Hi, I thought I'd drop a message to say our website has just gone live powered by Mezzanine and Cartridge. https://www.engineeredarts.co.uk/ Personally I'll be using Mezzanine for more

Re: [mezzanine-users] Mezzanine.accounts settings issue

2014-04-27 Thread Stephen McDonald
On Sun, Apr 27, 2014 at 5:24 AM, mato...@gmail.com wrote: I have a problem with settings for mezzanine accounts. I would like to have profiles, where user is using mail instead of username. And also I would like to have Full name and What we should call you? instead of First name and Second

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

2014-04-27 Thread Jared Nielsen
Everything about Mezzanine is awesome. Except deployment. I'm new to Mezzanine and Django and struggling to get my site deployed. I chose Digital Ocean because for their price, their documentation and Josh's fab post:

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

2014-04-27 Thread Mario Gudelj
Hi Jared, Am I wrong to think that I can run my Mezzanine project with a development server? Don't do this. Use Gunicorn. I deploy my stuff to Amazon, but I suspect that Digital Ocean would be the same. Actually, if you have SSH access it will be the same. What I follow is this blog post and it

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

2014-04-27 Thread Jared Nielsen
So I deleted my Droplet and started fresh, following Josh's tutorial to the T. Devian 7 x64 Created a fresh local mezzanine project. But I didn't have a live_settings.py file in /deploy. So I copied one from an older project. Why wasn't a live_settings.py generated? Would one be generated