Summary

This chapter has created a large increase in the functionality of our app. We now have a fully featured administrator interface, a useful debugging tool in the browser, two tools that greatly speed up page load times, and a utility to make sending e-mails less of a headache.

As was stated at the start of this chapter, Flask is bare-bones and allows you to pick and choose the functionality that you want. Therefore, it is important to keep in mind that it is not necessary to include all of these extensions in you app. If you are the only content creator of your app, maybe the command-line interface is all you need because adding in these features takes development time and maintenance time when they inevitably break. This warning is given ...

Get Mastering Flask 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.