You would have to write your own migration. There are pretty good snipptets and modules around for getting data out of Drupal; but you are going to have to create your own table structure to handle nodes and comments. Users should go pretty smoothly; depending on how much 'profile' information you have in your drupal site.
On Mar 21, 3:00 am, VP <[email protected]> wrote: > I have a Drupal app, which is quite bloated. I'm estimating if it's > cost efficient to convert this app to web2py. Essentially, I'm most > interested in moving the users and nodes/comments from Drupal to > web2py. As long as these are consistent, I can cook up the rest. > > What would you suggest? What would be the best ways to extract > information from tables of a MySQL database and place them into > similar-in-content, but structurally different models in web2py? > > Thanks.

