Countries¶
Place (model)¶
Internal name: | countries.Place |
---|---|
Implemented by: | Place |
Views on Place
- Places (Places) (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 (PlacesByPlace)
Places (PlacesByCountry)
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 PlaceTypes)
Actions on Place
- 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 Place
- Partners (PartnersByCity)
- Studies & education (StudiesByPlace)
- Subdivisions (PlacesByPlace)
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)
Actions on Country
- 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 Country
- Clients (ClientsByNationality)
- Partners (PartnersByCountry)
- Studies & education (StudiesByCountry)
- Places (PlacesByCountry)
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)
Actions on Language
- 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 Language
- language knowledges (KnowledgesByLanguage)