fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c0f80a
)
minor fix in compiling messages via fabric
author
Jan Szejko
<j-sz@o2.pl>
Sun, 31 Jan 2016 00:23:46 +0000
(
01:23
+0100)
committer
Jan Szejko
<j-sz@o2.pl>
Sun, 31 Jan 2016 00:23:46 +0000
(
01:23
+0100)
fabfile.py
patch
|
blob
|
history
diff --git
a/fabfile.py
b/fabfile.py
index
bd685c6
..
a9e621d
100644
(file)
--- a/
fabfile.py
+++ b/
fabfile.py
@@
-34,7
+34,7
@@
def compile_messages():
print '>>> compiling messages'
require('app_path', 'project_name')
with cd(get_django_root_path('current')):
- run('
%(ve)s/bin/
python manage.py localepack -c' % env, pty=True)
+ run('
source %(ve)s/bin/activate &&
python manage.py localepack -c' % env, pty=True)
@task