use ox/ox.web/ox.django

This commit is contained in:
j 2009-10-11 15:00:16 +02:00
commit e98b6828fe
9 changed files with 27 additions and 59 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__)))