This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
scossu
/
lakesuperior_legacy
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
5f6e2eb2d4
Ramos
Etiquetas
master
lakesuperior...
/
wsgi.py
wsgi.py
103 B
Histórico
Em bruto
1
2
3
4
5
6
7
#!/usr/bin/env python
import bjoern
from server import fcrepo
bjoern.run(fcrepo, 'localhost', 8000)