emencia / diskette

💾 Export and import Django application data and medias
https://diskette.readthedocs.io/
MIT License
1 stars 0 forks source link

Download archive in diskette_load #2

Closed sveetch closed 7 months ago

sveetch commented 7 months ago

Is your feature request related to a problem? Please describe.

Currently diskette_load only work with local archive file. It is an important feature that it can download from a given file URL instead of a local path.

Describe the solution you'd like

URL from archive argument should be detected and download

Additional context

In fuure, there will be a Django admin section for Diskette that will implement mechanism to dump and provide an archive, this will be securized with a private key to use with the URL download feature.

sveetch commented 7 months ago

Done in v0.3.2-pre.1