나이키 사이트에서 SNKR 응모를 하는 상품을 가져와서 email로 전송하는 서비스
$ cd {ProjectRoot}
$ mkdir logs
Set .env
file
EMAIL_ID={Your Email}
EMAIL_PASSWORD={Your Email password}
EMAIL_USERNAME={Email send user name}
ADMIN_ID={Admin Email}
python3 manage.py start --recipients "email1,email2"
python3 manage.py start --recipients "email1,email2" --date "2020-05-25"
python3 manage.py start --recipients "email1,email2" --date "2020-05-25" --time 10
Run django server
python3 manage.py runserver
Method | Endpoint | Param | Description |
---|---|---|---|
Get | http://localhost:8000 | Welcome | |
Get | http://localhost:8000/job | Call List |