Package django :: Package contrib :: Package localflavor :: Package no :: Module no_municipalities
[hide private]
[frames] | no frames]

Module no_municipalities

source code

An alphabetical list of Norwegian municipalities (fylker) fro use as `choices` in a formfield.

This exists in this standalone file so that it's on ly imported into memory when explicitly needed.

Variables [hide private]
  MUNICIPALITY_CHOICES = (('akershus', u'Akershus'), ('austagder...
Variables Details [hide private]

MUNICIPALITY_CHOICES

Value:
(('akershus', u'Akershus'),
 ('austagder', u'Aust-Agder'),
 ('buskerud', u'Buskerud'),
 ('finnmark', u'Finnmark'),
 ('hedmark', u'Hedmark'),
 ('hordaland', u'Hordaland'),
 ('janmayen', u'Jan Mayen'),
 ('moreogromsdal', u'Møre og Romsdal'),
...