view pics2/pics.fcgi @ 61:16bcb4ae6985

add laterlinks2/index.fcgi
author paulo
date Fri, 18 Jul 2014 23:03:53 -0700
parents
children
line source
1 #!/usr/bin/env python
3 from flup.server.fcgi import WSGIServer
4 #from flup.server.fcgi_single import WSGIServer
6 import pics_app
9 WSGIServer(pics_app.app).run()