Projet

Général

Profil

Télécharger (319 octets) Statistiques
| Branche: | Révision:

root / admin / __init__.py @ b77557ca

1
from quixote.server.scgi_server import run
2
from quixote.publish import Publisher
3
from quixote import enable_ptl
4
import quixote
5
enable_ptl()
6

    
7
from root import RootDirectory
8

    
9
def create_publisher():
10
	return Publisher(RootDirectory())
11

    
12
#quixote.DEFAULT_CHARSET = 'utf-8'
13
run(create_publisher, port=3003, script_name = '')
(1-1/10)