Skip to content

pythonkr/pyconkr-web-2022

Repository files navigation

pyconkr-web-2022

how to deployment

  1. get the secrets with update_secrets.sh
  2. run zappa update on pyconweb2022 folder

contribution

before development

you need to install dependencies

pip install -r requirements.txt

sending pull request

you need to send pull request to main branch.

but before sending PR, please check the following:

  • you need to check format with black
  • you need to pass testing command pytest pyconkr-web-2022

how to force black on the code

vscode

pycharm

how to run pytest

you need to pass tests

pytest ./pyconkr-web-2022