summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
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 *