projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
542cf4c
)
indentation issue
author
bobcall
<bob@bobcall.me>
Mon, 1 Jul 2013 05:46:10 +0000
(
01:46
-0400)
committer
bobcall
<bob@bobcall.me>
Mon, 1 Jul 2013 05:46:10 +0000
(
01:46
-0400)
fabfile.py
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index 0a8219de6d6234f5c8f6e4036aba5f44c0e94fe6..c366099d85fd738473b8c4f3c613d1027be08160 100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-97,7
+97,8
@@
def start_gunicorn():
"""
Starts the gunicorn process
"""
- env.run('%s/manage.py run_gunicorn -b %s -p %s/var/run/gunicorn.pid --daemon' % (env.proj_dir, env.gunicorn_addr, env.proj_dir))
+ env.run('%s/manage.py run_gunicorn -b %s -p %s/var/run/gunicorn.pid --daemon' % (env.proj_dir, env.gunicorn_addr, env.proj_dir))
+
####### Update Requirements
@task
def update_reqs():