things_to_do

things_to_do#

Cape Town activity guides organised by category with hero images, featured articles, and publication dates.

Models#

Model

Description

CategoryLayout

Visual layout/category with hero image and intro text

Article

Things-to-do article with body, lead image, and featured flag

URL Routes#

Path

View

Description

/things-to-do/

category listing

Browse activity categories

/things-to-do/<slug>/

article detail

Single article page

Key Design Decisions#

  • Separate from the products.BlogPost model because things-to-do articles are simpler (no access control, no markdown, no tags) and have their own category system (CategoryLayout vs Category).

  • featured flag allows editorial control over homepage placement.