Adds the compiled .mo files so translations work
out of the box. Moved all calls from `gettext_lazy`
to `ugettext_lazy` for unicode support (needed e.g.
for French accents).
Updated MANIFEST.in to include the locale files for install.
Rename main folder
Applied following grep search and replace to .py, .html, .md, .txt:
find . -name "*.$i" -type f -exec sed -i "" 's/Djangui/Wooey/g' {} \;
find . -name "*.$i" -type f -exec sed -i "" 's/django-djangui/wooey/g' {} \;
find . -name "*.$i" -type f -exec sed -i "" 's/djangui/wooey/g' {} \;
find . -name "*.$i" -type f -exec sed -i "" 's/DJANGUI/WOOEY/g' {} \;
find . -name "*.$i" -type f -exec sed -i "" 's/Chris7\/wooey/Wooey\/wooey/g' {} \;
Rename in Makefile and MANIFEST.in
Renaming files (match earlier grep)
Rename project template files
Resize logo; this should probably be replaced with text.
Add the Wooey banner and small modifications to README.md
Fix links for travis-ci
README.md fixes