Using autoreload with web.py
Posted in python, webpy on December 27th, 2007 No Comments »
I tried using web.py today for a small project at work. The basic idea of the project is that a simple python script converts a tree of log files into a database file. The same script can be run to view, search and slice any previously created database file. I’m planning on pulling out some […]