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