This commit is contained in:
Piotr Zalewa 2010-02-06 14:49:51 +00:00
Родитель bf53877c77
Коммит e92898f88d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -4,6 +4,6 @@ def placeholder(req):
"""
Display simple text. Just a proof the system is working
@return HttpResponse: "<h1>Hello World</h1>"
@return HttpResponse: "<h1>Flightdeck</h1>"
"""
return HttpResponse("<h1>Hello World</h1>")
return HttpResponse("<h1>Flightdeck</h1>")