Skip to content

Instantly share code, notes, and snippets.

View snsn's full-sized avatar
Focusing

Donghyeon Lim snsn

Focusing
View GitHub Profile
@snsn
snsn / django-test-easy-and-fast.md
Created April 22, 2016 11:49 — forked from perhapsspy/django-test-easy-and-fast.md
Django에서 Test 쉽고 빠르게 하기

파일 업로드 과정

  1. 사용자가 choose file 버튼을 클릭
  2. 원하는 파일을 선택
  3. upload 버튼을 클릭해 선택한 파일을 전송

( 3.의 과정에서 multipart/form-data을 통해 전송합니다. )

Django model