BlogPlatform Project 👨💻 You only have one hour to complete these tasks. Quiz Time 📝 1. Create Post Write a ModelForm for creating a post. Complete category_details view for getting information and create a new post for the category. 2. Update Comment Create a form use forms.Form for updating content of comment. Create an update button next to each comment on the post_details page. Create a html page for update comment. Write a view to get information and update a comment. 3. Session Use the session to save the last seen post. Show this post in home page. The title and author of the post must be clickable. NOTE 📄 You should fork this repository and send pull request when you are done. Don't forget appropriate commit. Pay attention to the models that have foreign keys!! Good Luck ✌️