changeset 605:a7968613c469

Another tweak to fabfile because of Django 1.4 directory structure changes.
author Brian Neal <bgneal@gmail.com>
date Mon, 23 Jul 2012 19:53:36 -0500
parents cebfaa233462
children c8b4dfb2d1e5
files fabfile.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fabfile.py	Mon Jul 23 19:51:11 2012 -0500
+++ b/fabfile.py	Mon Jul 23 19:53:36 2012 -0500
@@ -30,4 +30,4 @@
 
     """
     with cd(PROJ_DIR):
-        run('touch apache/sg101.wsgi')
+        run('touch ./sg101/apache/sg101.wsgi')