Countries

The Place model

Internal name:countries.City
Implemented by:City

Views on Place

  • Places (Cities) (Menu Configuration ‣ 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), Description (name, BabelCharField), Pays (country, ForeignKey to Pays), zip code (zip_code, CharField), Place Type (type, ChoiceListField to CityTypes)

Tables referring to Place

  • Partenaires (PartnersByCity)
  • Subdivisions (CitiesByCity)
  • Études & formations (StudiesByCity)

The Pays model

Internal name:countries.Country
Implemented by:Country

Views on Pays

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

Fields in Pays

  • 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 Description (name, BabelCharField)

Tables referring to Pays

  • Clients (ClientsByNationality)
  • Partenaires (PartnersByCountry)
  • Places (CitiesByCountry)
  • Études & formations (StudiesByCountry)

The Langue model

Internal name:languages.Language
Implemented by:Language

Views on Langue

  • Langues (Languages) (Menu Configuration ‣ Contacts ‣ Langues)

Fields in Langue

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

Tables referring to Langue

  • Connaissances de langue (KnowledgesByLanguage)