11 I’ve got something to say

This chapter covers

  • Creating and modifying MyBlog content posts
  • Creating and displaying content posts
  • Creating and displaying post comments
  • Notifying users about posts and comments
  • Handling errors

At long last, we’re at the point of adding content to the MyBlog application. Everything we’ve done so far to build the application has been aimed at creating the infrastructure to enable posting content to the blog.

You’ve created a database to persist information the MyBlog application manages over time. In addition, you’ve created users with roles so those users can register with and use the application. You’ve also modularized the application using Flask Blueprints to help manage the app’s growing complexity, which ...

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.