This commit is contained in:
j 2010-08-11 15:06:56 +02:00
parent 58d8109009
commit d0fa52041f
1 changed files with 1 additions and 1 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 ox.django import monitor
from oxdjango import monitor
monitor.start(interval=1.0)
monitor.track(os.path.abspath(os.path.dirname(__file__)))