Countries

The Ort model

Internal name:countries.City
Implemented by:City

Views on Ort

  • Orte (Cities) (Menu Konfigurierung ‣ Kontakte ‣ Orte) – The table of known geographical places.

    A geographical place can be a city, a town, a suburb, a province, a lake... any named geographic entity, except for countries because these have their own table.

  • Unterteilungen (CitiesByCity)

  • Orte (CitiesByCountry)

Fields in Ort

  • Teil von (parent, ForeignKey to Ort) – The superordinate geographic place of which this place is a part.
  • INS-Code (inscode, CharField) – The official code for this place used by statbel.fgov.be
  • ... and ID (id, AutoField), Bezeichnung (name, BabelCharField), Land (country, ForeignKey to Land), zip code (zip_code, CharField), Ortsart (type, ChoiceListField to CityTypes)

Tables referring to Ort

  • Partner (PartnersByCity)
  • Unterteilungen (CitiesByCity)
  • Ausbildungen und Studien (StudiesByCity)

The Land model

Internal name:countries.Country
Implemented by:Country

Views on Land

  • Länder (Countries) (Menu Konfigurierung ‣ Kontakte ‣ Länder) – A country is a geographic entity considered a “nation”.

Fields in Land

  • ISO-Code (isocode, CharField) – The two-letter code for this country as defined by ISO 3166-1.

    For countries that no longer exist it may be a 4-letter code.

  • Short code (short_code, CharField) – A short abbreviation for regional usage. Obsolete.

  • ISO3-Code (iso3, CharField) – The three-letter code for this country as defined by ISO 3166-1.

  • INS-Code (inscode, CharField) – The official code for this country used by statbel.fgov.be

  • ... and Bezeichnung (name, BabelCharField)

Tables referring to Land

  • Klienten (ClientsByNationality)
  • Partner (PartnersByCountry)
  • Orte (CitiesByCountry)
  • Ausbildungen und Studien (StudiesByCountry)

The Sprache model

Internal name:languages.Language
Implemented by:Language

Views on Sprache

  • Sprachen (Languages) (Menu Konfigurierung ‣ Kontakte ‣ Sprachen)

Fields in Sprache

  • Bezeichnung (name, BabelCharField), id (id, CharField), iso2 (iso2, CharField)

Tables referring to Sprache

  • Sprachkenntnisse (KnowledgesByLanguage)