NeighbourhoodHighlight

NeighbourhoodHighlight#

App: housing

Key-value highlight displayed on a neighbourhood card (e.g. icon + label + value).

Fields#

Field

Type

Description

neighbourhood

ForeignKey(Neighbourhood)

Parent neighbourhood

icon

CharField

Bootstrap icon class (e.g. ‘bi-geo-alt’)

label

CharField

Display label

value

CharField

Display value

order

PositiveIntegerField

Display ordering

Relationships#

  • Neighbourhood