Data liberation

Main resources

Export

class data_liberation.models.Export(*args, **values)

Exports allows to asynchronously generate a zipped file of selected documents types in a daterange. After creation, the zipfile becomes available and an e-mail is sent to the issuer.

classmethod post_save(sender, document, created, **kwargs)

Post save hook handler

  • Launch the async zipfile generation task if created
classmethod pre_delete(sender, document, **kwargs)

Pre delete hook handler

  • Delete of the associated zipfile.
class data_liberation.api.resources.ExportResource(api_name=None)

Table Of Contents

Previous topic

Contacts

Next topic

Invoicing

This Page