Selaa lähdekoodia

bjoern WSGI server.

Stefano Cossu 7 vuotta sitten
vanhempi
commit
5f6e2eb2d4
1 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  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)