Skip to main content

Model data exports for Django

Project description

Django-data-exports is a model data exports app for Django. It allows you to easily create exports for your models.

Adding this app to your project will let you create exports for your models, and customize the data that will be exported by specifying which columns to include, and which format to use.

Typical use case: display a few columns from one of your models as a HTML table to be easily copy/pasted to a spreadsheet.

Contributing

Get the code:

git clone https://github.com/magopian/django-data-exports.git
cd django-data-export
virtualenv -p python2 env
source env/bin/activate
add2virtualenv .

Install the development requirements:

pip install -r test_requirements.txt

Run the tests:

DJANGO_SETTINGS_MODULE=data_exports.test_settings make test

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-data-exports-0.3.tar.gz (11.0 kB view hashes)

Uploaded Source

Supported by

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