Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
604:cebfaa233462 | 605:a7968613c469 |
---|---|
28 """ | 28 """ |
29 Touches the wsgi file to reload the Python code. | 29 Touches the wsgi file to reload the Python code. |
30 | 30 |
31 """ | 31 """ |
32 with cd(PROJ_DIR): | 32 with cd(PROJ_DIR): |
33 run('touch apache/sg101.wsgi') | 33 run('touch ./sg101/apache/sg101.wsgi') |