Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 402 Bytes

NewSearchPedia_BE

How to Start

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

  2. migrate

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