Skip to content

onespacemedia/data-migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

data-migrator

Make data migrate again!

Data migration tool for Django. Runs as a management command. Can import / export config in JSON format.

Installation

Put datamigration.py into a directory such as project/apps/management/commands/datamigration.py. Make sure you have all of the __init__.py files required in the tree.

Usage

  • Run ./manage.py datamigration

Options

You can pass in the following options:

  • --database database_name to specify the "from" database to use.
  • --file datamigration.json to specify the config file to use.

About

Make data migrate again!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages