python --version == 3.6.9
Django --version == 3.2.12
Building Django Blog with Comment section. The comment received from the reader has to be filtered
( marked as accepted, By default, accepted is marked as False)
if accepted = True, the comment will appear in the blogs comment section