Commit Graph

6 Commits

Author SHA1 Message Date
Martin Fitzpatrick fd98582678 Add compiled .mo files and use ugettext_lazy
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.
2015-09-08 17:26:33 +02:00
Martin Fitzpatrick 3f3d81fbdc Renaming project files and contents Djangui -> Wooey
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
2015-06-19 16:56:19 +02:00
Chris Mitchell 86a435e19f move conf inside djangui 2015-05-27 08:59:25 -04:00
Chris Mitchell 39f6dca661 fix bootstrapper 2015-05-26 10:57:44 -04:00
Chris Mitchell 54e000f303 sttaic 2015-05-21 21:40:57 -04:00
Chris Mitchell a2de02c746 changes for ephemeral environments 2015-05-20 10:55:07 -04:00