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
Add “backup2csv” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'backups', ]- Include the backup2csv URLconf in your project urls.py like this::
… from django.urls import include
- urlpatterns = [
… path(‘backup/’, include(‘backups.urls’, namespace=’bkups’)), …
]
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
Release history Release notifications | RSS feed
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8757775f85e9145b82db0c3a8503817b62aced4ab953c423eda6609d72ddb6d2
|
|
| MD5 |
554eefbb51e15e43faeafef5d64dc8dc
|
|
| BLAKE2b-256 |
0bc159acb79296914d4bfe882e87f14c19dae24dc6015688836cd7323956820f
|