django-backup2csv 0.8

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangobackup2csv 0.8

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.