Re: [mezzanine-users] upgrading from 1.4.6 to 3.1.6 south disappears

2014-05-11 Thread Stephen McDonald
Can't reproduce this going from a fresh 1.4.6 project and running it against 3.1.4. I've seen this behaviour with Django projects in general before though, where some unrelated issue has the side effect of Django reporting that management commands provided by third-party apps aren't available. Wh

Re: [mezzanine-users] Edit pages using external editor

2014-05-11 Thread Danny
Hi Frank, I use the "It's All Text" extension for Firefox, which allows you to edit any web page multiline text box in the text editor of your choice - very handy when filling out comment boxes on websites too! It works fairly well when editing the raw HTML of a Mezzanine/Django page. Seeya.

[mezzanine-users] upgrading from 1.4.6 to 3.1.6 south disappears

2014-05-11 Thread Penny Leach
Hi there, I'm trying to upgrade (actually I'm only trying to start running a test upgrade) from 1.4.6 to 3.1.4 and failing before I start because as soon as I switch to using the 3.1.4 mezzanine code, south has disappeared from manage.py output. USE_SOUTH is set to true, and I can literally re

Re: [mezzanine-users] Edit pages using external editor

2014-05-11 Thread Ken Bolton
Hi Frank, This came up a year ago, and the information in this thread is still valid, afaik: https://groups.google.com/d/msg/mezzanine-users/2p4YXL9EgXk/4azf9QJqYjIJ hth, ken On Sun, May 11, 2014 at 5:31 AM, Frank Gilsdorf wrote: > Hi, > > Is there any way on editing 'raw' HTML pages using an

[mezzanine-users] Edit pages using external editor

2014-05-11 Thread Frank Gilsdorf
Hi, Is there any way on editing 'raw' HTML pages using an external editor? At the moment I am switching to HTML and copy-and-pasting the source into my editor. Afterwards I'm pasting it back. But this is way too complicated. -- You received this message because you are subscribed to the Goog

Re: [mezzanine-users] Re: Free mezzanine themes

2014-05-11 Thread hyan...@gmail.com
2014-05-10 16:54 GMT-05:00 : > Le samedi 10 mai 2014 18:50:43 UTC+2, Wesley a écrit : > >> Hi guys, >> I am a little new to Mezzanine but I find it really powerful:-) >> Here I have a question that are there any free mezzanine themes? >> Just googled a while, seems we need to pay most of them? >

Re: [mezzanine-users] Re: Adding geodjango fields to the blog

2014-05-11 Thread bors . ltd
Le dimanche 11 mai 2014 02:14:20 UTC+2, Stephen McDonald a écrit : > > Great stuff. > > We (and most open source django apps that implement models) have this > fundamental customization problem. Mezzanine has tried to solve it in > different ways with EXTRA_MODEL_FIELDS and countless other bits o