伺服器使用DjangoUeditor錯誤

2021-10-03 15:22:01 字數 468 閱讀 8188

今天在處理官網伺服器時候整合djangoueditor報錯。在xadmin後台,開啟帶有djangoueditor的詳情頁時,報錯。

return mark_safe(render_to_string('ueditor.html', context))

首先安裝,djangoueditor。

進入djangoueditor3-master

使用python setup.py install 命令進行安裝。

安裝過程,會將djangoueditor 安裝在伺服器的python目錄下,我這裡是

/usr/local/lib/python3.5/dist-packages/djangoueditor

然後,將djangoueditor的資料夾中的,templates目錄,拷貝到/usr/local/lib/python3.5/dist-packages/djangoueditor中。

然後重啟伺服器。ok

nfs伺服器使用

網路檔案系統 nfs,network file system 是一種將遠端主機上的分割槽 目錄 經網路掛載到本地的一種機制,通過對網路檔案系統的支援,使用者可以再本地系統上像操作本地分割槽一樣對遠端主機的共享分割槽 目錄 進行操作。類似於windows共享目錄 安裝nfs伺服器 使用rpm q nf...

伺服器使用小記

ssh 賬號 ip位址 例如 ssh root 123.142.上傳資料夾 到資料夾下 scp r htmltitle.cpp 本地資料夾的名字 root 139.59.250.52 root htmltitle 伺服器上資料夾的路徑 上傳檔案到 到資料夾下 是當前使用者根目錄 是當前資料夾下 例如...

Git 伺服器使用基礎

採摘處 一 初次使用前的配置 git中使用git config來設定環境變數,其環境變數存放在三個不同的地方 l etc gitconfig檔案 系統中對所有使用者都普遍適用的配置。若使用git config 時用 system 選項,讀寫的就是這個檔案。l gitconfig檔案 使用者目錄下的配...