Python Flask의 기본 골격을 만들어 주기

· 6년 전 · 1671

https://github.com/enwawerueli/flask-skeleton

 

create-flask-app --help
Usage: create-flask-app [OPTIONS] APPNAME

  Create a flask app skeleton.

Options:
  -d, --dest PATH   Where to create your app. Defaults to the current
                    directory.
  -v, --virtualenv  Create a virtual environment.
  -g, --git         Initialize a git repository.
  -V, --version     Show the version and exit.
  -h, --help        Show this message and exit.

 

1808292852_1576087374.2998.png

|

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기
🐛 버그신고