Dump the entire database to xlsx workbook with a sheet per model
Project description
Export the entire database to an Excel workbook with a sheet per model.
Installation
$ pip install django-exportdb
Add exportdb to INSTALLED_APPS, and make sure that django.contrib.admin is in there as well.
Add
url(r’^admin/exportdb/’, include(‘exportdb.urls’))
to your urls.py, make sure that it comes before url(r’^admin/’, …) if you hook it into the admin.
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-exportdb-0.2.0.tar.gz
(5.3 kB
view details)
File details
Details for the file django-exportdb-0.2.0.tar.gz
.
File metadata
- Download URL: django-exportdb-0.2.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 822305d2140c5be06b44777688ab9d426cd48e6785347937eedc2a0d960c9c5f |
|
MD5 | 34e5e7abbe35d00319e960fe5ccccfff |
|
BLAKE2b-256 | bb9aaca00084e0e43cdd6bb2495ada1d5a1b4188de73f185a0e302bf4d251c06 |