summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 21:55:11 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-15 21:55:11 -0400
commit29ffe1b85ba4bf077d529603982d5bd810c68a1f (patch)
tree9bb2ea435ac5b7554bfc555b3c3877ea26e43087 /settings.py
parentce1f17e5104d44fa833090c47dd76466a2d7f743 (diff)
parent86bd3d5e4920fd6d57ac51ed3abf02d2f368f2a7 (diff)
Merge branch 'archweb-generic'
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 5ee17af3..fa27b2f2 100644
--- a/settings.py
+++ b/settings.py
@@ -199,6 +199,11 @@ BRANDING_WIKINAME = 'ParabolaWiki'
BRANDING_EMAIL = 'Parabola Website Notification <nobody@parabola.nu>'
BRANDING_OSEARCH_TAGS = 'gnu linuxlibre parabola package software'
+# Country name overrides for display purposes
+COUNTRIES_OVERRIDE = {
+ 'MK': 'Macedonia',
+}
+
## Import local settings
from local_settings import *