khwilo / django-dev-labs

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

Create Post Model #12

Open khwilo opened 3 months ago

khwilo commented 3 months ago

Description

As a developer, I want to create a Post model to store post data.

Acceptance Criteria

The post model is created with fields such as content, image, and timestamps.