Yesterday, I tried a hint from Seb for reanimating the old yoosic system by accessing the db directly from Django. The problem was that it is an MyISAM-MySQL-System which is not really cool for the Django way of coding.
The hint from Sebastian was trying the legacy database access provided by django, which enables you to override naming conventions and to access any already existing db.
This worked very fine, so that we do have admin page for the yoosic system now and are able to create an xml-rpc based function to replace contents of the yoosic site.
This entry was posted on Monday, April 7th, 2008 at 7:59 am and is filed under Django. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.