]> git.openstreetmap.org Git - osqa.git/blob - 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
1 from django.http import HttpResponse
2 from base import generate_installation_key
3 from settings import SITE_KEY
4
5 def updater_index(request):
6     return HttpResponse(str(SITE_KEY))