CMed01 / django_project_gitpod

0 stars 0 forks source link

Comment on a post #5

Open CMed01 opened 6 months ago

CMed01 commented 6 months ago

As a Site User I can leave comments on a post so that I can be involved in the conversation

Acceptance criteria

CMed01 commented 6 months ago
Key Name Type
ForeignKey Post STATUS - link from Post model
ForeignKey Author User Model
Body TextField
Created_on DateTime
Approved BooleanField