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

Module pe_department

source code

A list of Peru departaments as `choices` in a formfield.

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

Variables [hide private]
  DEPARTMENT_CHOICES = (('AMA', u'Amazonas'), ('ANC', u'Ancash')...
Variables Details [hide private]

DEPARTMENT_CHOICES

Value:
(('AMA', u'Amazonas'),
 ('ANC', u'Ancash'),
 ('APU', u'Apurímac'),
 ('ARE', u'Arequipa'),
 ('AYA', u'Ayacucho'),
 ('CAJ', u'Cajamarca'),
 ('CUS', u'Cusco'),
 ('HUV', u'Huancavelica'),
...