Contribution을 제출할 때는 반드시 다음 가이드라인을 따라주세요.
- Python 3.7.6
- yarn
$ 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