Countries

The Place model

Internal name:countries.City
Implemented by:City

Views on Place

  • Places (Cities) (Menu Configure ‣ Contacts ‣ Places) – 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.

  • Subdivisions (CitiesByCity)

  • Places (CitiesByCountry)

Fields in Place

  • Part of (parent, ForeignKey to Place) – 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), Designation (name, BabelCharField), Country (country, ForeignKey to Country), zip code (zip_code, CharField), Place Type (type, ChoiceListField to CityTypes)

Tables referring to Place

  • Partners (PartnersByCity)
  • Subdivisions (CitiesByCity)
  • Studies & education (StudiesByCity)

The Country model

Internal name:countries.Country
Implemented by:Country

Views on Country

  • Countries (Countries) (Menu Configure ‣ Contacts ‣ Countries) – A country is a geographic entity considered a “nation”.

Fields in Country

  • 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.

  • ISO-3 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 Designation (name, BabelCharField)

Tables referring to Country

  • Clients (ClientsByNationality)
  • Partners (PartnersByCountry)
  • Places (CitiesByCountry)
  • Studies & education (StudiesByCountry)

The Language model

Internal name:languages.Language
Implemented by:Language

Views on Language

  • Languages (Languages) (Menu Configure ‣ Contacts ‣ Languages)

Fields in Language

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

Tables referring to Language

  • language knowledges (KnowledgesByLanguage)