Explorar el Código

bjoern WSGI server.

Stefano Cossu hace 7 años
padre
commit
5f6e2eb2d4
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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)