django學習----01HelloWorld

一、安裝Django和Python   二、創建django項目mysite 命令行輸入如下: 創建結果成功 會看到如下: 添加一個文件views.py 添加代碼: from django.http import HttpResponse def index(request): return HttpResponse('Hello World')   啓動服務器: python mana
相關文章
相關標籤/搜索