Code Monkey home page Code Monkey logo

wagtail-migration's Introduction

Data migration

This data migration app contains classes and utilities for importing data into Wagtail.

The importers/base.py file contains base importer classes with utilities for formating and importing page and non-page data. Child classes inherit from these, provide a couple of class variables and optionally override the format_data() method to add to the basic set of core fields, depending on what's available in the source data. The create_content_item() method creates pages in the database, so extending this may also be required depending on content. See the example news importer at importers/news.py.

Imports are run via management commands; see the management/commands folder for examples. They are run by providing the the name of the source data file and the ID of the parent page for your imported content. The data file needs to be uploaded to a location that the command can access them. By default, the commands look for files relative to manage.py. An example of running an import command using a file is:

./manage.py import_news 4 [site_name]/data_migration/data/news.json

credit @richbrennan

wagtail-migration's People

Contributors

kevinhowbrook avatar tomdyson avatar

Watchers

Benedikt Willi avatar James Cloos avatar CriCri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.