jazzband / django-downloadview

Serve files with Django.
https://django-downloadview.readthedocs.io
Other
374 stars 57 forks source link

Add signed file system storage #151

Closed aleksihakli closed 4 years ago

aleksihakli commented 4 years ago

Fixes #138

Natim commented 4 years ago

Do you think we could add a couple of tests checking that validating the signature works?

aleksihakli commented 4 years ago

@Natim unit tests added and black formatting errors fixed.

Natim commented 4 years ago

Thanks!