Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 486 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 486 Bytes

digiteo-backend

How to Start

  1. activate venv
python -m venv venv
source venv/Scripts/activate
  1. dependency install
pip install -r requirements.txt
  1. env 파일 만들기 .env 파일 만들기

  2. migrate

python manage.py migrate --settings=digiteo.settings.local
  1. runserver
python manage.py runserver --settings=digiteo.settings.local