summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2015-01-19 09:01:45 -0600
committerDan McGee <dan@archlinux.org>2015-01-19 09:01:45 -0600
commit047dc3d6348d0d30bdd828a9cc2a29e0d5946eca (patch)
tree327e680ba580691f0c6b90df6283d0491d74ee20 /settings.py
parent5a31b868715dbd1a4e7fd87f0f9f04e2c8395391 (diff)
downloadarchweb-047dc3d6348d0d30bdd828a9cc2a29e0d5946eca.tar.gz
archweb-047dc3d6348d0d30bdd828a9cc2a29e0d5946eca.zip
Update to latest django-countries
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/settings.py b/settings.py
index 60fe71bc..3f0f8e69 100644
--- a/settings.py
+++ b/settings.py
@@ -155,7 +155,6 @@ LOGGING = {
},
}
-
## Server used for linking to PGP keysearch results
PGP_SERVER = 'pgp.mit.edu:11371'
@@ -175,11 +174,6 @@ TORRENT_TRACKERS = (
'http://tracker.archlinux.org:6969/announce',
)
-# Country name overrides for display purposes
-COUNTRIES_OVERRIDE = {
- 'MK': 'Macedonia',
-}
-
## Import local settings
from local_settings import *