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 install via the Django admin.
http://code.google.com/p/django-wordpress-admin/
--
Pete
I've been thinking about it for a while, nice to see somebody else
beat me to it. :)
It would be interesting to develop a Django blogging app that uses the
native WP database layout (even though it's not a great db layout),
and implements a working, user-friendly admin console on top of that.
People could then swap WP with the new app while maintaining their
data, and having the option of going back to WP. Or even use WP for
presentation and the new app for managing their blog, or vice-versa.
Ludo
I want to use django development a blog system base on wordpress database,UI.
Maybe you like this way.
--
mawe...@gmail.com
13585201588
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 other stuff that is essential to
practical blogging.
> If use django, why not using django replace wordpress.
Because WordPress has lots of plugins that change the way a blog is
displayed, porting every plugin is impossible, thus for quite a few
people a migration of the frontend implies quite a lot of work, so it
makes sense to give users the option of swapping the admin at once,
then take their time to migrate the frontend to Django.
Ludo
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.
--
Pete
On 8/31/07, ludo <lu...@qix.it> wrote:
>
That's a load of crap. Until deploying Django sites is a one or two
click thing (or an upload the files thing), more analagous to how easy
it is to deploy stuff in php, there will continue to be a HUGE gulf
between the people that could and would use Django and those that
actually do.
I love Django, but deployment is cumbersome.
--
Austin Govella
Thinking & Making: IA, UX, and IxD
http://thinkingandmaking.com
austin....@gmail.com