- Flask Framework Cookbook
- Shalabh Aggarwal
- 79字
- 2021-08-05 17:17:19
Chapter 1. Flask Configurations
This introductory chapter will help you to understand the different ways Flask can be configured to suit various needs as per the demands of the project.
In this chapter, we will cover the following recipes:
- Environment setup with virtualenv
- Handling basic configurations
- Class-based settings
- Organization of static files
- Being deployment specific with instance folders
- Composition of views and models
- Creating a modular web app with blueprints
- Making a Flask app installable using setuptools
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- Java Web開發(fā)之道
- Learning ASP.NET Core 2.0
- Python 3網(wǎng)絡(luò)爬蟲實(shí)戰(zhàn)
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- PostgreSQL Replication(Second Edition)
- Ext JS 4 Web Application Development Cookbook
- Node.js:來一打 C++ 擴(kuò)展
- HTML5從入門到精通(第4版)
- Extreme C
- Python Data Science Cookbook
- 編程可以很簡單
- 軟件工程基礎(chǔ)與實(shí)訓(xùn)教程
- Distributed Computing in Java 9
- Spark技術(shù)內(nèi)幕:深入解析Spark內(nèi)核架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理