Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredly/drupal2django
- Owner: jaredly
- Created: 2010-04-05T20:35:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-18T14:53:35.000Z (about 12 years ago)
- Last Synced: 2024-10-03T13:42:46.891Z (about 1 month 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 migrationTODO:
- 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