log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
index.fcgi
>
www
>
www-1
annotate pics2/pics.fcgi @ 107:24a967efbf3e
find changesets by author, revision, files, or words in the commit message
add dmd
author
paulo
date
Fri, 03 Apr 2020 23:58:24 -0700
parents
children
rev
line source
paulo@57
1
#!/usr/bin/env python
paulo@57
2
paulo@57
3
from flup.server.fcgi import WSGIServer
paulo@57
4
#from flup.server.fcgi_single import WSGIServer
paulo@57
5
paulo@57
6
import pics_app
paulo@57
7
paulo@57
8
paulo@57
9
WSGIServer(pics_app.app).run()