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: about 1 year ago
JSON representation
A tool for migrating a blog from drupal to django; supports nodes, users, redirects, and more
- Host: GitHub
- URL: https://github.com/jaredly/drupal2django
- Owner: jaredly
- Created: 2010-04-05T20:35:56.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2012-09-18T14:53:35.000Z (over 13 years ago)
- Last Synced: 2025-01-10T05:36:13.548Z (over 1 year ago)
- Language: Python
- Homepage: http://sand.jaredforsyth.com/projects/drupal2django
- Size: 108 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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