This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
locky
/
ASJPush
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
a877971ea5
Branchit
Tagit
master
test
test_us
ASJPush
/
Controller
/
testController.py
testController.py
99 B
Historia
Raaka
1
2
3
4
5
from django.http import HttpResponse
def index(request):
return HttpResponse("测试成功!")