From 55abf380c05b810bcc03727feedf8958b33a8500 Mon Sep 17 00:00:00 2001 From: sanj Date: Tue, 2 Mar 2010 22:24:01 +0530 Subject: [PATCH] with j's scripts --- fabfile.py | 2 +- requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/fabfile.py b/fabfile.py index d2ed19d..d1e890b 100644 --- a/fabfile.py +++ b/fabfile.py @@ -42,5 +42,5 @@ def setup(): def deploy(): bzr_push() bzr_update() - virtual_run('python textb/manage.py syncdb;python textb/manage.py migrate'%env) + virtual_run('python index/manage.py syncdb;python index/manage.py migrate'%env) run('touch %(project_root)s/wsgi/django.wsgi'%env) diff --git a/requirements.txt b/requirements.txt index b139f49..92dab85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ -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 svn+http://django-tagging.googlecode.com/svn/trunk/#egg=tagging +elementtree +simplejson South