with j's scripts
This commit is contained in:
parent
56d8a6f86a
commit
55abf380c0
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user