Skip to content

A tool for migrating a blog from drupal to django; supports nodes, users, redirects, and more

Notifications You must be signed in to change notification settings

mitgr81/drupal2django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Migrate Drupal to SQLAlchemy

This is a simple module which maps a drupal site's database to a set of SQLAlchemy models.

Works:

  • Database table to Model Mapping (unsubstantiated claim)

TODO:

  • More useful things!

HOWTODOIT:

  • export a Connection String:

    export SQLALCHEMY_DRUPAL_CONNECT_STRING='mysql://user:[email protected]/drupal_database'
    

About

A tool for migrating a blog from drupal to django; supports nodes, users, redirects, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%