From fdb08a2d86f7e540bca9acbaa02953f4cae64407 Mon Sep 17 00:00:00 2001
From: Parbhat Puri <parbhatpuri17@gmail.com>
Date: Fri, 4 Jan 2019 16:24:39 +0000
Subject: [PATCH] Add Kosovo in django-countries list

---
 opentech/settings/base.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/opentech/settings/base.py b/opentech/settings/base.py
index eaa48d647..a8146b1ed 100644
--- a/opentech/settings/base.py
+++ b/opentech/settings/base.py
@@ -600,3 +600,8 @@ WEBPACK_LOADER = {
         'STATS_FILE': os.path.join(BASE_DIR, './opentech/static_compiled/app/webpack-stats-prod.json'),
     }
 }
+
+# Django countries package provides ISO 3166-1 countries which does not contain Kosovo.
+COUNTRIES_OVERRIDE = {
+    'KV': 'Kosovo',
+}
-- 
GitLab