X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/596fa1bf821c572f45c16ba92cb0e65211f6a3ae..410bfa05ee36ed1d99356c443a5f3f6aa3ee9578:/forum/settings/extkeys.py
diff --git a/forum/settings/extkeys.py b/forum/settings/extkeys.py
index 50fa5ff..abe860b 100644
--- a/forum/settings/extkeys.py
+++ b/forum/settings/extkeys.py
@@ -11,4 +11,17 @@ required=False))
GOOGLE_ANALYTICS_KEY = Setting('GOOGLE_ANALYTICS_KEY', '', EXT_KEYS_SET, dict(
label = _("Google analytics key"),
help_text = _("Your Google analytics key. You can get one at the Google analytics official website"),
-required=False))
\ No newline at end of file
+required=False))
+WORDPRESS_API_KEY = Setting('WORDPRESS_API_KEY', '', EXT_KEYS_SET, dict(
+label = _("Wordpress API key"),
+help_text = _("Your Wordpress API key. You can get one at http://wordpress.com/"),
+required=False))
+
+WORDPRESS_BLOG_URL = Setting('WORDPRESS_BLOG_URL', '', EXT_KEYS_SET, dict(
+label = _("Wordpress blog url"),
+help_text = _("Your Wordpress blog url. You can get one at http://wordpress.com/"),
+required=False))
+
+
+
+