{"id":18613934,"url":"https://github.com/enthought/django-export","last_synced_at":"2025-11-03T02:30:39.191Z","repository":{"id":20793201,"uuid":"24078402","full_name":"enthought/django-export","owner":"enthought","description":"Default Repo description from terraform module","archived":false,"fork":false,"pushed_at":"2014-09-16T00:22:00.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-12-27T02:42:28.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Citrus-Seeds/device_xiaomi_kenzo","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/enthought.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-09-15T23:53:40.000Z","updated_at":"2021-06-01T16:15:33.000Z","dependencies_parsed_at":"2022-07-07T20:04:29.256Z","dependency_job_id":null,"html_url":"https://github.com/enthought/django-export","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fdjango-export","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fdjango-export/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fdjango-export/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/enthought%2Fdjango-export/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/enthought","download_url":"https://codeload.github.com/enthought/django-export/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406446,"owners_count":19633024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T03:24:22.689Z","updated_at":"2025-11-03T02:30:39.165Z","avatar_url":"https://github.com/enthought.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Django Export\n=============\n**Django app allowing for filtered exporting of model object data.**\n\ndjango-export allows you to export model objects in a wide range of serialized formats (JSON, CSV, XML, YAML). Exports can be filtered and ordered on any of the particular model's fields.\n\ndjango-export utilizes `django-object-tools \u003chttp://pypi.python.org/pypi/django-object-tools\u003e`_ to hook into Django's admin interface and take care of user permissions.\n\n.. contents:: Contents\n    :depth: 5\n\n\nInstallation\n------------\n\n#. Install ``django-object-tools`` as described `here \u003chttp://pypi.python.org/pypi/django-object-tools#id3\u003e`_.\n\n#. Install or add ``django-export`` to your Python path.\n\n#. Add ``export`` to your ``INSTALLED_APPS`` setting.\n\n#. Optionally for exporting in CSV you need to add ``snippetscream.csv_serializer`` to your ``SERIALIZATION_MODULES`` setting, i.e.::\n    \n    SERIALIZATION_MODULES = {\n        # ...\n        'csv': 'snippetscream.csv_serializer',\n    }\n\nUsage\n-----\n\nOnce installed you should see an **Export** object tool enabled on all admin change list views.\n\n.. image:: https://github.com/downloads/praekelt/django-export/export_example.png\n\nIf you don't see the tool make sure the logged in user has the appropriate export user permission assigned (or set user as superuser).\n\nClicking the **Export** tool link takes you to an export page on which you can specify format, ordering and filtering of the objects you want to export. The export is delivered as a download in whichever format you select.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fdjango-export","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenthought%2Fdjango-export","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenthought%2Fdjango-export/lists"}