Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 325 Bytes

sasm backend using django restframework

pip install pipenv

pipenv 설치

pipenv --three

가상환경 설치

pipenv shell

가상환경 켜기

pip install -r requirements.txt

패키지 설치

python manage.py migrate

DB에 모델 반영하기

python manage.py runserver

로컬에서 서버 띄우기