From 244694b2a46bf0356bafd9346b051c6ced7de691 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 29 Jun 2011 20:32:18 +0530 Subject: [PATCH] edited requirements, wsgi config to use python-ox --- requirements.txt | 3 ++- wsgi/django.wsgi | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b139f49..035a8fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -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 diff --git a/wsgi/django.wsgi b/wsgi/django.wsgi index ef31241..5f733e1 100644 --- a/wsgi/django.wsgi +++ b/wsgi/django.wsgi @@ -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 oxdjango import monitor +from ox.django import monitor monitor.start(interval=1.0) monitor.track(os.path.abspath(os.path.dirname(__file__)))