Unusual file formats in your daily papers management and modifying operations can create immediate confusion over how to edit them. You might need more than pre-installed computer software for efficient and quick file modifying. If you want to delete comment in HWPML or make any other simple change in your file, choose a document editor that has the features for you to work with ease. To handle all of the formats, such as HWPML, opting for an editor that actually works well with all types of documents is your best choice.
Try DocHub for effective file management, irrespective of your document’s format. It has potent online editing instruments that streamline your papers management process. You can easily create, edit, annotate, and share any file, as all you need to access these features is an internet connection and an functioning DocHub account. Just one document tool is all you need. Don’t lose time switching between various applications for different documents.
Enjoy the efficiency of working with an instrument created specifically to streamline papers processing. See how easy it is to revise any file, even if it is the very first time you have worked with its format. Register an account now and improve your entire working process.
hello everybody and welcome to part four of this flask blog tutorial series in this video were gonna be working on creating comments so how can people add a comment to a post so with that said lets go ahead and get started [Music] all right so the first thing i want to do here is just fix a small kind of inaccuracy that we made in the last video so previously if we look at this post function right here the way that we were grabbing all of the posts from a specific user was we were querying the post table so were saying post equals post.query.filterby and then we had author equals user id now i just realized that we really dont need to do this because if we go to models here and we look at the user table we have a field called posts and this gives us all of the posts so rather than us going and looking through the post table trying to find all of the posts associated with a user what we can do instead is say that post is equal to user.posts since we have the user here based on thei