Book Image

Learning Flask Framework

Book Image

Learning Flask Framework

Overview of this book

Table of Contents (17 chapters)
Learning Flask Framework
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we learned how to create an administrative dashboard for our app using the Flask-Admin extension. We learned how to expose our SQLAlchemy models as lists of editable objects, as well as how to customize the look and feel of the tables and the forms. We added a file-browser to assist in managing our app's static assets. We also integrated the admin with our authentication system.

In the next chapter, we will learn about adding APIs to our application so that we can access it programmatically.