Django正確的啟動步驟詳細

2021-09-24 03:01:42 字數 1882 閱讀 7918

microsoft windows [版本 10.0.17134.706]

(c) 2018 microsoft corporation。保留所有權利。

c:\users\lenovo>django-admin startproject helloworld

commanderror: 'c:\users\lenovo\helloworld' already exists

c:\users\lenovo>django-admin startproject helloworld

commanderror: 'c:\users\lenovo\helloworld' already exists

c:\users\lenovo>

c:\users\lenovo>cd helloworld/

c:\users\lenovo\helloworld>tree

資料夾 path 列表

卷序列號為 6a4b-346b

c:.└─helloworld

c:\users\lenovo\helloworld>f:

f:\>cd f:\inte***ce_automation_django\helloworld

f:\inte***ce_automation_django\helloworld>tree

卷 開發管理 的資料夾 path 列表

卷序列號為 5fc1-1d03

f:.├─.idea

│  └─inspectionprofiles

├─helloworld

│  └─__pycache__

└─templates

f:\inte***ce_automation_django\helloworld>cd f:\inte***ce_automation_django\

f:\inte***ce_automation_django>dir

驅動器 f 中的卷是 開發管理

卷的序列號是 5fc1-1d03

f:\inte***ce_automation_django 的目錄

2019/06/03  10:23    .

2019/06/03  10:23    ..

2019/06/03  10:28    helloworld

2019/06/03  10:07    immoc

0 個檔案              0 位元組

4 個目錄 107,730,268,160 可用位元組

f:\inte***ce_automation_django>cd ./immoc

f:\inte***ce_automation_django\immoc>dir

驅動器 f 中的卷是 開發管理

卷的序列號是 5fc1-1d03

f:\inte***ce_automation_django\immoc 的目錄

2019/06/03  10:07    .

2019/06/03  10:07    ..

2019/06/03  11:57    .idea

2019/06/03  10:07    immoc

2019/06/03  10:07               646 manage.py

2019/06/03  10:07    templates

1 個檔案            646 位元組

5 個目錄 107,730,268,160 可用位元組

f:\inte***ce_automation_django\immoc>python manage.py runserver 127.0.0.1:8000

performing system checks...

system check identified no issues (0 silenced).

使用Django的ORM詳細步驟

使用django的orm詳細步驟 1.自己動手建立資料庫 在cmd中輸入 create database 資料庫名 2.在django專案中設定連線資料庫的相關配置 告訴django連線哪乙個資料庫 資料庫相關的配置 3.告訴django用pymysql代替預設的mysqldb 連線mysql資料庫...

python怎樣安裝Django 詳細步驟如下

python setup.py install然後開始安裝,django將要被安裝到python的lib下site packages資料夾中。如圖所示 配置django環境 將python安裝目錄下的script和site packages中的django都放入系統環境變數中。比如我的兩個路徑是 d...

Oracle的正確解除安裝步驟

oracle的正確解除安裝步驟 方法 步驟1 停用oracle服務 進入計算機管理,在服務中,找到oracle開頭的所有服務,右擊選擇停止 方法 步驟2 在開始選單中,找到oracle universal installer,執行oracle universal installer,單擊解除安裝產品...