Countries¶
Plaats (model)¶
Internal name: | countries.Place |
---|---|
Implemented by: | Place |
Views on Plaats
- Plaatsen (Places) (Menu Konfigurierung ‣ Contacts ‣ Plaatsen) – 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 (PlacesByPlace)
Plaatsen (PlacesByCountry)
Fields in Plaats
- Part of (parent, ForeignKey to Plaats) – 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), Omschrijving (name, BabelCharField), Land (country, ForeignKey to Land), zip code (zip_code, CharField), Place Type (type, ChoiceListField to PlaceTypes)
Actions on Plaats
- Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
- Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
Tables referring to Plaats
- Partners (PartnersByCity)
- Studies & education (StudiesByPlace)
- Subdivisions (PlacesByPlace)
Land (model)¶
Internal name: | countries.Country |
---|---|
Implemented by: | Country |
Views on Land
- Landen (Countries) (Menu Konfigurierung ‣ Contacts ‣ Landen) – 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.
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 Omschrijving (name, BabelCharField)
Actions on Land
- Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
- Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
Tables referring to Land
- Clients (ClientsByNationality)
- Partners (PartnersByCountry)
- Studies & education (StudiesByCountry)
- Plaatsen (PlacesByCountry)
Sprache (model)¶
Internal name: | languages.Language |
---|---|
Implemented by: | Language |
Views on Sprache
- Languages (Languages) (Menu Konfigurierung ‣ Contacts ‣ Languages)
Fields in Sprache
- Omschrijving (name, BabelCharField), id (id, CharField), iso2 (iso2, CharField)
Actions on Sprache
- Table (landscape) (as_pdf, PrintTableAction) – Show this table as a pdf document
- Table (portrait) (as_pdf_p, PortraitPrintTableAction) – Show this table as a pdf document
Tables referring to Sprache
- language knowledges (KnowledgesByLanguage)