django: upload with subkey
Django migration: #47 (closed)
This MR builds on top of !101 (merged).
Fixes signed files with sub keys.
In order to avoid syncing a full keyring to the DB state, this approach stores fingerprint of the subkeys in a new model SubKey.
Edited by Baptiste Beauplat