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