Skip to content

Instantly share code, notes, and snippets.

@alesdotio
Created September 4, 2012 10:10
Show Gist options
  • Save alesdotio/3619494 to your computer and use it in GitHub Desktop.
Save alesdotio/3619494 to your computer and use it in GitHub Desktop.
makemessages for all apps
for i in *; do cd $i; ../../bin/django makemessages -a; cd ..; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment