comparison fabfile.py @ 77:d2e32fa2dc99

Update fabric file for Django 1.4 directory changes.
author Brian Neal <bgneal@gmail.com>
date Sat, 28 Jul 2012 22:25:00 -0500
parents 49f704e58400
children 55ceb9824443
comparison
equal deleted inserted replaced
76:e4faf6f90710 77:d2e32fa2dc99
40 """ 40 """
41 Touches the wsgi file to reload the Python code. 41 Touches the wsgi file to reload the Python code.
42 42
43 """ 43 """
44 with cd(PROJ_DIR): 44 with cd(PROJ_DIR):
45 run('touch apache/madeira.wsgi') 45 run('touch madeira/apache/madeira.wsgi')