Skip to main content

A simple Django app to backup and restore your models data.

Project description

Backup2CSV is a simple Django app that allow you to download and restore your models content in a csv file.

Quick start

  1. Add “backup2csv” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
            ...
            'backups',
    ]
  2. Include the backup2csv URLconf in your project urls.py like this::

    … from django.urls import include

    urlpatterns = [

    … path(‘backup/’, include(‘backups.urls’, namespace=’bkups’)), …

    ]

  3. Start the development server and visit http://127.0.0.1:8000/backup/ to see the list of all apps and models you have.

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

django-backup2csv-0.8.tar.gz (11.0 kB view details)

Uploaded Source

File details

Details for the file django-backup2csv-0.8.tar.gz.

File metadata

  • Download URL: django-backup2csv-0.8.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for django-backup2csv-0.8.tar.gz
Algorithm Hash digest
SHA256 8757775f85e9145b82db0c3a8503817b62aced4ab953c423eda6609d72ddb6d2
MD5 554eefbb51e15e43faeafef5d64dc8dc
BLAKE2b-256 0bc159acb79296914d4bfe882e87f14c19dae24dc6015688836cd7323956820f

See more details on using hashes here.

Supported by

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