I deployed my Python’s Django app and now want to upload my JSON config files that are ignored by git for security reasons, but can’t find a way how to do it.
Is it possible to upload extra files after deployment? Didn’t find anything on Google or Vercel docs.