Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Flask-Script를 더 이상 사용하지 않습니다. #112

Open
JimJeon opened this issue Apr 6, 2018 · 4 comments
Open

Flask-Script를 더 이상 사용하지 않습니다. #112

JimJeon opened this issue Apr 6, 2018 · 4 comments
Assignees

Comments

@JimJeon
Copy link
Member

JimJeon commented Apr 6, 2018

Flask-Script에 따르면 Flask 0.11 버전부터 Flask.cli가 내장되어 이쪽 사용을 권장한다고 합니다.

따라서 manage.py의 수정이 필요합니다.

@JimJeon
Copy link
Member Author

JimJeon commented Apr 7, 2018

migrating from flask script to the new flask cli를 보고 수정해보도록 하겠습니다!

@JimJeon JimJeon self-assigned this Apr 7, 2018
JimJeon added a commit to JimJeon/AwesomeTitle that referenced this issue Apr 8, 2018
After flask version 0.11, it no more uses manage.py. For this reason
every commands inside of manage.py moves to app.py And thus, commands
are a bit changed.

For example, "./manage.py config" changes to "flask config".

Flask-Script extension, which is command line tool, is deprecated.
Instead of it, there is a better python package named "click". So, I
replaced flask_script to click.
@JimJeon JimJeon closed this as completed Apr 8, 2018
@JimJeon
Copy link
Member Author

JimJeon commented Apr 8, 2018

앗! Merge를 아직 안 했어요! 곧 정리해서 pull request 보내도록 하겠습니다!

@JimJeon
Copy link
Member Author

JimJeon commented Apr 8, 2018

debug mode for development server

새로운 코드를 위한 debug mode, release mode 실행방법이 필요합니다.

@JimJeon JimJeon reopened this Apr 8, 2018
@yunitto
Copy link

yunitto commented Apr 10, 2018

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants