Skip to content

Latest commit

ย 

History

History
26 lines (19 loc) ยท 644 Bytes

README.md

File metadata and controls

26 lines (19 loc) ยท 644 Bytes

PyCon Korea Homepage

test-deploy

Contribution

Contribution์„ ์ œ์ถœํ•  ๋•Œ๋Š” ๋ฐ˜๋“œ์‹œ ๋‹ค์Œ ๊ฐ€์ด๋“œ๋ผ์ธ์„ ๋”ฐ๋ผ์ฃผ์„ธ์š”.

Requirements

  • Python 3.7.6
  • yarn

Getting started

$ git clone [email protected]:pythonkr/pyconkr.git
$ cd pyconkr
$ pip install -r requirements.txt
$ sudo npm install -g yarn
$ yarn
$ python manage.py compilemessages
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver