Category

Category#

App: products

Content category for blog posts (e.g. ‘Neighbourhood Guides’, ‘Travel Tips’).

Fields#

Field

Type

Description

name

CharField

Category name (unique)

slug_category

SlugField

URL slug (auto-generated)

image

ImageField

Category image

image_url

URLField

External image URL

show_on_home

BooleanField

Show in ‘Browse by Category’ on homepage

order

PositiveIntegerField

Display ordering

Relationships#

  • BlogPost