- Building Serverless Python Web Services with Zappa
- Abdulwahid Abdulhaque Barguzar
- 143字
- 2021-07-16 18:16:18
Flask extensions
Flask is a microframework, but it has an extensible nature wherein you can add more features as per your needs. To develop a Todo application, we may need some basic features such as data persistence and a user authentication mechanism. So, while working on a Flask application, we are going to use some Flask extensions.
The Flask registry provides numerous extensions, which are standalone packages, and you can easily configure them with your Flask application instance. You can see the complete list of Flask extensions at: http://flask.pocoo.org/extensions/.
We are going to use the following Flask and Flask extensions packages:
- Flask==0.12.2
- Flask-Login==0.4.0
- Flask-SQLAlchemy==2.3.2
- Flask-WTF==0.14.2
- Flask-Migrate==2.1.1
I would recommend listing these packages in a separate file named requirements.txt and then installing them in one go, as follows:
pip install -r requirements.txt
This will install all of the listed packages with their dependencies.
- Building Django 2.0 Web Applications
- 光網(wǎng)絡(luò)評(píng)估及案例分析
- Django 2 by Example
- JBoss EAP6 High Availability
- Getting Started with WebRTC
- 世界互聯(lián)網(wǎng)發(fā)展報(bào)告·2019
- 區(qū)塊鏈輕松上手:原理、源碼、搭建與應(yīng)用
- Unity Artificial Intelligence Programming
- 網(wǎng)管工具使用與技巧大全
- Getting Started with nopCommerce
- 物聯(lián)網(wǎng)頂層設(shè)計(jì)與關(guān)鍵技術(shù)
- 網(wǎng)絡(luò)綜合布線(第2版)
- 轉(zhuǎn)化:提升網(wǎng)站流量和轉(zhuǎn)化率的技巧
- 5G技術(shù)核心與增強(qiáng):從R15到R17
- 計(jì)算機(jī)通信網(wǎng)絡(luò)安全