edited requirements, wsgi config to use python-ox
This commit is contained in:
parent
88b40eff07
commit
244694b2a4
|
@ -1,3 +1,4 @@
|
||||||
-e svn+http://code.djangoproject.com/svn/django/branches/releases/1.1.X/#egg=django
|
-e svn+http://code.djangoproject.com/svn/django/branches/releases/1.1.X/#egg=django
|
||||||
-e bzr+http://code.0xdb.org/python-oxdjango/#egg=python-oxdjango
|
# -e bzr+http://code.0xdb.org/python-oxdjango/#egg=python-oxdjango
|
||||||
|
-e bzr+http://code.0x2620.org/python-ox/#egg=python-ox
|
||||||
South
|
South
|
||||||
|
|
|
@ -15,7 +15,7 @@ sys.path.append(root_dir)
|
||||||
sys.path.append(os.path.join(root_dir, project_module))
|
sys.path.append(os.path.join(root_dir, project_module))
|
||||||
|
|
||||||
#reload if this django.wsgi gets touched
|
#reload if this django.wsgi gets touched
|
||||||
from oxdjango import monitor
|
from ox.django import monitor
|
||||||
monitor.start(interval=1.0)
|
monitor.start(interval=1.0)
|
||||||
|
|
||||||
monitor.track(os.path.abspath(os.path.dirname(__file__)))
|
monitor.track(os.path.abspath(os.path.dirname(__file__)))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user