Skip to content
  • Tom van Bussel's avatar
    Fix warnings in file upload · de1bd9f1
    Tom van Bussel authored
    When uploading photos, photos were not closed after hashing their contents. A context manager which
    automatically closes the files would have been nicer, but Django does not allow it.
    de1bd9f1