Unusual file formats within your everyday document management and editing operations can create instant confusion over how to edit them. You may need more than pre-installed computer software for efficient and fast file editing. If you want to delete comment in xhtml or make any other simple alternation in your file, choose a document editor that has the features for you to deal with ease. To handle all the formats, including xhtml, choosing an editor that actually works well with all types of files is your best option.
Try DocHub for efficient file management, regardless of your document’s format. It has potent online editing instruments that streamline your document management process. You can easily create, edit, annotate, and share any papers, as all you need to access these characteristics is an internet connection and an active DocHub account. Just one document tool is all you need. Do not lose time jumping between various applications for different files.
Enjoy the efficiency of working with an instrument designed specifically to streamline document processing. See how effortless it is to modify any file, even if it is the first time you have worked with its format. Register an account now and improve your whole 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