Re: Migrating a Wordpress website to Django

2009-11-02 Thread John K
Thanks. Django redirect looks very useful. I'm hoping for a 1 to 1 conversion of URL's and avoid redirects all together. The redirect app would be a great last resort. On Nov 2, 2:32 pm, Antoni Aloy wrote: > 2009/11/2 John K : > > > > > Hey thanks

Re: Migrating a Wordpress website to Django

2009-11-02 Thread Skylar Saveland
inspectdb might be of some interest John K wrote: > Hello all, > > We are auditing several web frameworks and will ultimately choose one > that will replace Wordpress (Wordpress hosted on our servers). So far, > Django fits the bill. > > Has anyone had any experience migrating a Wordpress site

Re: Migrating a Wordpress website to Django

2009-11-02 Thread Antoni Aloy
2009/11/2 John K : > > Hey thanks for the links. It would be great to discuss personal > experiences with the group. > > On Nov 2, 1:47 pm, creecode wrote: >> Hello John, >> >> A quick search on Google shows some folks have done WP to Django >>

Re: Migrating a Wordpress website to Django

2009-11-02 Thread John K
Hey thanks for the links. It would be great to discuss personal experiences with the group. On Nov 2, 1:47 pm, creecode wrote: > Hello John, > > A quick search on Google shows some folks have done WP to Django > migrations.  Following are a few links. > >

Re: Migrating a Wordpress website to Django

2009-11-02 Thread creecode
Hello John, A quick search on Google shows some folks have done WP to Django migrations. Following are a few links. http://www.nbrightside.com/blog/2007/10/14/how-to-migrate-a-wordpress-blog-to-django http://code.google.com/p/django-wordpress-admin/

Migrating a Wordpress website to Django

2009-11-02 Thread John K
Hello all, We are auditing several web frameworks and will ultimately choose one that will replace Wordpress (Wordpress hosted on our servers). So far, Django fits the bill. Has anyone had any experience migrating a Wordpress site to a Django solution? If so, it would be great to hear how your