use ox/ox.web/ox.django

This commit is contained in:
j 2009-10-11 15:00:35 +02:00
commit f7a9ce1364
10 changed files with 40 additions and 160 deletions

View file

@ -15,7 +15,7 @@ sys.path.append(root_dir)
sys.path.append(os.path.join(root_dir, project_module))
#reload if this django.wsgi gets touched
from utils import monitor
from ox.django import monitor
monitor.start(interval=1.0)
monitor.track(os.path.abspath(os.path.dirname(__file__)))