]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/updater/views.py
creating the site key setting that wraps the OSQA installation key, also creating...
[osqa.git] / forum_modules / updater / views.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..33b13b23c06898441ad8d4779a4877ab93ef083c 100644 (file)
@@ -0,0 +1,6 @@
+from django.http import HttpResponse
+from base import generate_installation_key
+from settings import SITE_KEY
+
+def updater_index(request):
+    return HttpResponse(str(SITE_KEY))