1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
===========
Screenshots
===========
.. |import-form| image:: _static/images/screenshots/import-form.png
:width: 600
:alt: screenshot of the import form in django-import-export
.. |confirm-import| image:: _static/images/screenshots/confirm-import.png
:width: 600
:alt: screenshot of the import confirm page in django-import-export
.. |import-complete| image:: _static/images/screenshots/import-complete.png
:width: 600
:alt: screenshot of the import completed page in django-import-export
.. |import-update-with-authors| image:: _static/images/screenshots/import-update-with-authors.png
:width: 600
:alt: screenshot of import update with author information in django-import-export
.. |export-selected-action| image:: _static/images/screenshots/export-selected-action.png
:width: 600
:alt: screenshot of selecting existing records for export in django-import-export
.. |export-form| image:: _static/images/screenshots/export-form.png
:width: 600
:alt: screenshot of selecting existing records for export in django-import-export
These are some screenshots for the Admin UI of the :ref:`example application<exampleapp>`.
|import-form|
Shows the initial import form with fields for selecting the resource, file and format.
|confirm-import|
Shows the confirmation page which appears prior to committing the import to the database.
|import-complete|
Shows the confirmation page on successful import.
|import-update-with-authors|
Shows the preview page for updating existing records with author details.
|export-selected-action|
Shows selecting records for export.
|export-form|
Shows the export form with fields for selecting the resource, fields and format.
|