# flask-test **Repository Path**: yourslucy/flask-test ## Basic Information - **Project Name**: flask-test - **Description**: flasky - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-25 - **Last Updated**: 2020-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flask-test 这是按着《flask-web开发:基于Python的Web应用开发实战》的步骤学习的 我才反应过来,好像启动和设置环境没写,我会加在下面,方便自己下次使用 ` export MAIL_USERNAME='xxxxx@163.com' export MAIL_PASSWORD='xxxxx' export FLASKY_ADMIT='xxxx@xxxx' export FLASK_ENV=development export FLASK_APP=app flask run `