# HG changeset patch # User Brian Neal # Date 1343091216 18000 # Node ID a7968613c469cf59605ac615fc47eff521182ab7 # Parent cebfaa23346234301439a6e6a118300a7223c76e Another tweak to fabfile because of Django 1.4 directory structure changes. diff -r cebfaa233462 -r a7968613c469 fabfile.py --- 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')