Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredly/drupal2django

A tool for migrating a blog from drupal to django; supports nodes, users, redirects, and more
https://github.com/jaredly/drupal2django

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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