feat(projects): 新增Django综合案例示例代码及素材
This commit is contained in:
5
projects/web-django/quickstart/orm/views.py
Normal file
5
projects/web-django/quickstart/orm/views.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.http import HttpResponse
|
||||
|
||||
|
||||
def index(request):
|
||||
return HttpResponse("ORM page here.")
|
||||
Reference in New Issue
Block a user