Skip to main content

Export and import Django application data and medias

Project description

Export and import Django application datas and medias.

Features

  • Based on Django apps to know about applications and their models;

  • Application datas are dumped with Django dumpdata command as JSON fixtures, dumps can be naturally loaded in any database type using Django command loaddata;

  • Define application to be dumped with multiple options;

  • Advanced data drainage for undefined applications;

  • Media archiving is done through Storages (not Django storages) that can be whatever directory you need to backup;

  • Many excluding rules for datas and storages to avoid useless content in archive;

  • Build a complete archive that can be automatically loaded with Diskette or manually;

  • Support models made with django-polymorphic;

Dependancies

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

diskette-0.3.5.tar.gz (38.6 kB view hashes)

Uploaded Source

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