Skip to main content

A Django data dump script generator

Project description

This is a Django data dump script generator.

It produces command line scripts usable within a Makefile or as a simple bash scripts to dump or load data with Django from the many app names you give it.

It need a dependancies map to know what is required to be dumped.

Maps

Currently it only have two maps one for “djangocms-2” and one for “djangocms-3” projects, and so it only knows about:

  • Django contrib auth;

  • Django sites;

  • emencia.django.countries;

  • contact_form;

  • DjangoCMS and its common plugins;

  • Zinnia;

  • Porticus;

  • South;

  • django-tagging;

  • django-taggit;

  • easy-thumbnails;

  • django-filer;

  • django-google-tools;

  • emencia-django-socialaggregator;

  • emencia-django-slideshows;

Note : Many app depends on Django’s content types but we don’t matter because it is automatically filled by Django and we should never try to dump/load it.

Format

  • Dumps order does matter to respect module’s dependancies;

  • model or dependancy names can be string or either a list of names, take care that string is splitted on white spaces, if you use excude flag like ‘-e’ with your model names, allways use a list;

  • Circular dependancies is possible;

Sample map :

[
    ('DUMP_NAME_KEY', {
        'use_natural_key': true,
        'models': 'mymodel',
        'dependancies': [],
    }),
]

Where :

DUMP_NAME_KEY

Is the dump entry name, can be anything but commonly this is the app package name, this is what is used in embedded map files.

use_natural_key

A boolean to define if the dump can use natural key, if not defined, a dump entry is assumed to support natural key.

models

Is either a string of the model name or a list model names. Django accept either an app name from which it will take all its models, or a specific app model.

dependancies

Either a string of another dump names to depends of. They will be taken also even if they haven’t been explicitely requested from user.

Changelog

0.2.4

  • fix API bug with exclude_apps option

0.2.3

  • Add optional ‘dump_other_apps’ and ‘exclude_apps’;

  • Pep8 fixes;

  • Add changelog file;

0.2.2

  • Minor fix in base template;

0.2.1

  • Fix dumpdata template line;

  • Fix emencia.django.countries dependancy model in maps;

0.2

  • Refactoring code;

0.1

  • First alpha version;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dr-dump-0.2.4.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

dr_dump-0.2.4-py2.7.egg (12.3 kB view details)

Uploaded Source

File details

Details for the file dr-dump-0.2.4.tar.gz.

File metadata

  • Download URL: dr-dump-0.2.4.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dr-dump-0.2.4.tar.gz
Algorithm Hash digest
SHA256 713cea614665d8524dec38f2b507327b9dea0022c7ad9c5c38b678fcf19ee3a0
MD5 f4dc01d134fe8d9da10bd534cc145608
BLAKE2b-256 6000c0a65a6e58539938f08540efc94e1f619ae41cb27ff0dbbdada11be7100a

See more details on using hashes here.

File details

Details for the file dr_dump-0.2.4-py2.7.egg.

File metadata

  • Download URL: dr_dump-0.2.4-py2.7.egg
  • Upload date:
  • Size: 12.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dr_dump-0.2.4-py2.7.egg
Algorithm Hash digest
SHA256 750ff760ebfecba1c9d8359946bda4afe5ad2666414b15ce008d4dc8b8b8c092
MD5 5952ddc7b3b90122abef14bb6bcd0757
BLAKE2b-256 5acd164d4c6343de6d548a826d20c9c50991026136d5eebaf44d1bbb901e62cc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page