本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
pete
/
abp
關注
1
收藏
1
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
Everything works but it is a bit awkward
master
Pete Shadbolt
8 年之前
父節點
6763052d4f
當前提交
c9d7fe8d18
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bin/abpserver
+ 1
- 0
bin/abpserver
查看文件
@@ -32,6 +32,7 @@ if __name__ == '__main__':
args = parser.parse_args()
# Change to the right working dir
print abp.__path__
where = os.path.join(os.path.dirname(abp.__path__[0]), "static")
os.chdir(where)
Write
Preview
Loading…
取消
儲存