Skip to content

Instantly share code, notes, and snippets.

@rightx2
Created November 4, 2016 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rightx2/b594a1eed48826a17bbbdc54e707c397 to your computer and use it in GitHub Desktop.
Save rightx2/b594a1eed48826a17bbbdc54e707c397 to your computer and use it in GitHub Desktop.
# 이미지 저장
self.item.image1 = tempfile.NamedTemporaryFile(suffix=".jpg").name
self.item.save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment