Skip to content

jaredly/drupal2django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate Drupal to Django

This is an app which migrates a drupal blog to django, with a focus on minimizing loss -- all old urls are mapped (through contrib.redirect) to the new posts, so no SEO value is lost.

Works:

  • post migration to basic.blog models
  • url redirect mapping, both from the /node/# url and whatever extra redirect url you had
  • user migration

TODO:

  • comments migration
  • flatpage migration
  • menu migration
  • more configuration
    • import nodes of more types (not just Post)
    • export to more than just basic.blog
    • fine grained user control
  • copy images and linked files
  • be aware of CCK fields

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