ciudadanointeligente / write-it

App to create and send messages to public persons. It's a component of POPLUS project.
poplus.org
GNU General Public License v3.0
38 stars 23 forks source link

Add gettext dependency to vagrant provision.sh #1180

Closed zarino closed 8 years ago

zarino commented 8 years ago

Not sure whether this has been added in the right place, but I needed gettext to make django work in the vagrant vm.

I've also swapped the order of the setup steps in the shell login message, because if you don't load the example data first, django will automatically redirect you to example.com and you'll have no idea why.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 98.272% when pulling 40f7fe07a12b9c35fd70802f5a9ec97d9e1ebd49 on vagrant-gettext into a9ca20d0b8daade3d3abd59a7467a429ccd69d28 on alpaca.

mhl commented 8 years ago

Hi @zarino - thanks for making these changes. Could you either split these into two commits, or at least mention the second change in the commit message? If you wanted to add a bit more detail to the commit message, I'd mention that the msgfmt command from gettext is required by ./manage.py compilemessages.

zarino commented 8 years ago

@mhl – done!

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 97.785% when pulling 6572369223635bcb6e9c0055b4f0ddc3bdb10a7b on vagrant-gettext into 00d097bf66a0cca656437ee8136150c71db20a4e on alpaca.