diff fabfile.py @ 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 35f0904d4bd5
children d9d6b4b8bab7
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')