khwilo / django-dev-labs

Experimentation on Django features
MIT License
0 stars 0 forks source link

Create Comment Model #18

Open khwilo opened 4 months ago

khwilo commented 4 months ago

Description

As a developer, I want to create a Comment model to store comment data.

Acceptance Criteria

The comment model is created with fields such as content and timestamps.