pycharm 運行flask_script項目設置

 

 

能夠在終端命令行中啓動Flask的web服務器(相似Django的manager.py):python

$  python manage.py runserver -h 0.0.0.0 -p 5000 -d    # -d表示debugweb

$  python manage.py shell    # 進入交互式python環境,而且自動導入demo.py中的內容。shell

相關文章
相關標籤/搜索