Skip to content

Commit

Permalink
Merge branch 'flebel/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Qarterd committed Apr 3, 2012
2 parents a263890 + 570d2be commit 60566eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ CITIES_FILES = {
#},
}

# Localized names will be imported for all locale codes below.
# Localized names will be imported for all ISO 639-1 locale codes below.
# 'und' is undetermined language data (most alternate names are missing a lang tag).
# Ref: download.geonames.org/export/dump/iso-languagecodes.txt
CITIES_LOCALES = ['en', 'und'] # + ['LANGUAGES'] # Uncomment to also include languages from your settings

# Postal codes will be imported for all country codes below.
# Postal codes will be imported for all ISO 3166-1 alpha-2 country codes below.
# See cities.conf for a full list of country codes.
# Ref: download.geonames.org/export/dump/countryInfo.txt
CITIES_POSTAL_CODES = ['US','CA']
CITIES_POSTAL_CODES = ['US', 'CA']

# List of plugins to process data during import
CITIES_PLUGINS = [
Expand All @@ -137,4 +137,4 @@ CITIES_PLUGINS = [
The localized names and postal code models/db-tables are created dynamically based on your settings.
Some datasets are very large (> 100 MB) and take time to download / import, and there's no progress display.
Data will only be downloaded / imported if it is newer than your data, and only matching rows will be overwritten.
The cities manage command has options, see --help. Verbosity is controlled through LOGGING.
The cities manage command has options, see --help. Verbosity is controlled through LOGGING.

0 comments on commit 60566eb

Please sign in to comment.