Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 249 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 249 Bytes

encre-django-test

실행 방법

  1. 가상 환경 생성
virtualenv venv
  1. 가상 환경 활성화
source venv/bin/activate
  1. 패키지 설치
pip install -r requirements.txt
  1. 서버 실행
. server_start.sh