FormsΒΆ
File: ./blod/forms.py
Explanation:
In this file, you will find all the forms classes related to the Blog application of the project.
In this file, we have the following Forms classes:
PostForm: The class to implement the main Form for the Blog post.It is using the POSTModel model.
CommentForm: The class to implement the Form for the comment.It is using the CommentModel model.