Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 315 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 315 Bytes

PyCon Korea 2021 Api

개요

  • 파이콘 한국 2021 서비스 운영을 위한 웹서버

실행

$ git clone https://github.com/pythonkr/pyconkr2021-api.git
$ cd pyconkr
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver