7 Doing it with style

This chapter covers

  • Application styling
  • Integrating Bootstrap styling
  • Creating a scalable MyBlog
  • Using Blueprint namespaces
  • Application configuration
  • Integrating the Flask Debug Toolbar
  • Configuring logging information

Creating a web application pulls together many concepts and technologies. To create an engaging application, it’s necessary to think about the look and feel, or style. For a web application, this is largely provided by using CSS styling applied to the HTML content.

Integrating good styling practices raises the bar of complexity an application encapsulates. To help maintain growing complexity, it’s necessary to think about project structure and the use of namespaces. Project structure and namespaces help the ...

Get The Well-Grounded Python Developer now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.