A git repository for PyCon Korea api.
- Python 3.6.3
์ค์นํ๊ฑฐ๋ ๋์ปค๋ฅผ ํ์ฉํ์ฌ postgresql์ ์ค์นํฉ๋๋ค.
$ docker run -d --name postgres -p 5432:5432 postgres
๊ทธ๋ฆฌ๊ณ ์๋น์ค๋ฅผ ๊ตฌ๋ํฉ๋๋ค.
$ git clone [email protected]:pythonkr/pyconkr-api.git
$ cd pyconkr-api
$ ./manage.py migrate
$ ./manage.py runserver
์ฒ์ Contribution๋ฅผ ํ์๋ ๋ถ์ด๋ผ๋ฉด, Pull Request๋ฅผ ๋ง๋ค๊ธฐ ์ ์ Contribution Guide๋ฅผ ๊ผญ ์ฝ์ด์ฃผ์ธ์.