瀏覽代碼

bjoern WSGI server.

Stefano Cossu 7 年之前
父節點
當前提交
5f6e2eb2d4
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      wsgi.py

+ 7 - 0
wsgi.py

@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import bjoern
+
+from server import fcrepo
+
+bjoern.run(fcrepo, 'localhost', 8000)