Re: WordPress to Django Migration App

2007-09-02 Thread Austin Govella
On 8/31/07, Peter Baumgartner <[EMAIL PROTECTED]> wrote: > My goal for this app was to lower the bar as much as possible for WP > users wanting to try out Django. This is the path of least resistance > for WP users to get their feet wet w/ Django. That's a load of crap. Until deploying Django sit

Re: WordPress to Django Migration App

2007-08-31 Thread Peter Baumgartner
Practically, you should just build your own app and manually import your data. WPs database structure is less than ideal. My goal for this app was to lower the bar as much as possible for WP users wanting to try out Django. This is the path of least resistance for WP users to get their feet wet w

Re: WordPress to Django Migration App

2007-08-31 Thread ludo
On Aug 31, 1:20 pm, Margaret <[EMAIL PROTECTED]> wrote: > If only admin the database of wordpress, why not using mysql admin tools, Because the admin has to perform a few key data manipulations before publishing. And the mysql admin tools have no support for "nice" editing of HTML, and lots of ot

Re: WordPress to Django Migration App

2007-08-31 Thread Margaret
If only admin the database of wordpress, why not using mysql admin tools, If use django, why not using django replace wordpress. I want to use django development a blog system base on wordpress database,UI. Maybe you like this way. On 8/31/07, ludo <[EMAIL PROTECTED]> wrote: > > On Aug 31, 8:56

Re: WordPress to Django Migration App

2007-08-31 Thread ludo
On Aug 31, 8:56 am, "Peter Baumgartner" <[EMAIL PROTECTED]> wrote: > > This will app will hook into an existing WordPress database and create > models for all the relevant content. It provides WP users with an > extremely lazy way to convert their site to Django or could be used to > manage a WP i