Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Nov 28, 2023
1 parent 9f5164c commit a598857
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
Binary file added docs/_static/images/force_import_admin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/force_import_results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_static/images/start_api.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions docs/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,36 @@ for filtering:
.. figure:: _static/images/filters-openapi.png


------------
Force import
------------

This package provides *force import* feature. When force import is enabled,
then rows with errors will be skipped and rest of the rows will be handled.

__________
Admin page
__________

This functionality available in admin:

.. figure:: _static/images/force_import_admin.png

In case if some rows contain any errors it will be reported on parse/import stage:

.. figure:: _static/images/force_import_results.png

___
API
___

Also it can be used through api.

``force_import`` field available in ``start`` endpoint body:

.. image:: _static/images/start_api.png


-------
Widgets
-------
Expand Down

0 comments on commit a598857

Please sign in to comment.