master
bulw 6 years ago
parent 4fde3b90c9
commit b7132d54a3

3
.gitmodules vendored

@ -0,0 +1,3 @@
[submodule "public"]
path = public
url = https://github.com/fengyuexingzi/web.git

@ -6,7 +6,7 @@ from django.http import HttpResponse
def hello(request): def hello(request):
print(request.GET.get('name')) print(request.GET.get('name'))
context = {'hello': '!Hello World!'} context = {'hello': 'Hello World!'}
return render(request, 'hello.html', context) return render(request, 'hello.html', context)

@ -0,0 +1 @@
Subproject commit 4028bc4d5bbe6c1198277c75322c1a518c884133
Loading…
Cancel
Save