November 2015
Beginner
250 pages
5h 16m
English
In this chapter, we will build an administrative dashboard for our website. Our admin dashboard will give certain, selected, users the ability to manage all the content across the entire site. In essence, the admin site will be a graphical frontend for the database, supporting operations for creating, editing, and deleting rows in our application's tables. The excellent Flask-Admin extension provides almost all these functionalities out-of-the- box, but we will go beyond the defaults to extend and customize the admin pages.
In this chapter we shall:
Entry, Tag, and User modelsRead now
Unlock full access