geonature.core.imports.tasks#
Attributes#
Functions#
|
Verify the import data. |
|
Insert valid transient data into the destination of an import. |
|
Notify the authors of an import that it has finished. |
Module Contents#
- geonature.core.imports.tasks.do_import_checks(self, import_id)[source]#
Verify the import data.
Parameters#
- import_idint
The ID of the import to verify.
- geonature.core.imports.tasks.do_import_in_destination(self, import_id)[source]#
Insert valid transient data into the destination of an import.
Parameters#
- import_idint
The ID of the import to insert data into the destination.
- geonature.core.imports.tasks.notify_import_done(imprt: geonature.core.imports.models.TImports)[source]#
Notify the authors of an import that it has finished.
Parameters#
- imprtTImports
The import that has finished.