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.
Release files for django-backup2csv 0.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-backup2csv-0.8.tar.gz | 11.0 kB | Details |
Release files / django-backup2csv-0.8.tar.gz
| Download URL | django-backup2csv-0.8.tar.gz |
|---|---|
| Size | 11.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8757775f85e9145b82db0c3a8503817b62aced4ab953c423eda6609d72ddb6d2
|
|
BLAKE2b-256 checksum How to use checksums |
0bc159acb79296914d4bfe882e87f14c19dae24dc6015688836cd7323956820f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|