Commit Graph

9 Commits

Author SHA1 Message Date
Chris Mitchell 25c6bb6d2a
Run formatters (#370)
* Apply code formatter changes
2023-05-20 09:43:59 -04:00
Martin Fitzpatrick 90e06014cf PEP8 fixes automated with pep8ify 2015-09-08 15:28:55 +02:00
Chris Mitchell 36614a8358 Fixes for compatibility with windows command line 2015-06-24 16:09:22 -04: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 99169727bf test updates and handle positional order of argparse 2015-06-02 11:51:42 -04:00
Chris Mitchell c4bf9d87c5 coverage and tests 2015-06-01 20:14:05 -04:00
Chris Mitchell 772bbba05b py3 for test_project 2015-06-01 13:04:58 -04:00
Chris Mitchell bc850d0a0c travis tests 2015-06-01 12:43:13 -04:00
Chris Mitchell 1bdfd5b94f djanguify handles environment variables better 2015-05-06 13:32:25 -04:00