Commit 05ae75c1 by Őry Máté

django: also make js po templates

parent 2a534e62
......@@ -8,6 +8,7 @@ pull: default
po:
for i in */; do cd $$i; ../manage.py makemessages --all || true; cd ..; done
for i in */; do cd $$i; ../manage.py makemessages --all -d djangojs || true; cd ..; done
migrate:
./manage.py migrate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment