Mercurial > ~darius > hgwebdir.cgi > iwws
view iwws.wsgi @ 7:24e9b717722d
- Update every 10 minutes.
- Redraw the graph on orientation change.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Tue, 16 Aug 2011 22:34:30 +0930 |
parents | 2d9ee2b3ae82 |
children |
line wrap: on
line source
#!/usr/bin/env python import os, sys sys.path.append(os.getcwd()) from iwws import app as application