Countries¶
Endroit (model)¶
Internal name: | countries.Place |
---|---|
Implemented by: | Place |
Views on Endroit
- Endroits (Places) (Menu Configuration ‣ Contacts ‣ Endroits) – 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)
Endroits (PlacesByCountry)
Fields in Endroit
- Part of (parent, ForeignKey to Endroit) – 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), Type d’endroit (type, ChoiceListField to PlaceTypes)
Actions on Endroit
- 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 Endroit
- Partenaires (PartnersByCity)
- Études & formations (StudiesByPlace)
- Subdivisions (PlacesByPlace)
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)
Actions on Pays
- 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 Pays
- Clients (ClientsByNationality)
- Partenaires (PartnersByCountry)
- Études & formations (StudiesByCountry)
- Endroits (PlacesByCountry)
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)
Actions on Langue
- 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 Langue
- Connaissances de langue (KnowledgesByLanguage)